Skip to content

Commit b94ad83

Browse files
committed
Replace redundant braces with semicolon
Change-Id: I0ef814454d2153db0789f0e0800d4eb61f2700ff
1 parent 915b2bf commit b94ad83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ let hasSideEffects = 0, mayLoad = 0, mayStore = 0 in
154154
class QCIMVCC<bits<3> funct3, string opcodestr>
155155
: RVInstR4<0b00, funct3, OPC_CUSTOM_2, (outs GPRNoX0:$rd),
156156
(ins GPRNoX0:$rs1, GPRNoX0:$rs2, GPRNoX0:$rs3),
157-
opcodestr, "$rd, $rs1, $rs2, $rs3"> {
158-
}
157+
opcodestr, "$rd, $rs1, $rs2, $rs3">;
159158

160159
let hasSideEffects = 0, mayLoad = 0, mayStore = 0 in
161160
class QCIMVCCI<bits<3> funct3, string opcodestr, DAGOperand immType>

0 commit comments

Comments
 (0)