Skip to content

Commit 63bbc25

Browse files
committed
[RISCV] Remove a stray semi-colon [nfc]
Noticed by a smallish subset of the build bots. Interestingly, most compilers appear to accept a stray semi-colon between function bodies.
1 parent 1ab68d7 commit 63bbc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11129,7 +11129,7 @@ static unsigned getVecReduceOpcode(unsigned Opc) {
1112911129
case ISD::XOR:
1113011130
return ISD::VECREDUCE_XOR;
1113111131
}
11132-
};
11132+
}
1113311133

1113411134
/// Perform two related transforms whose purpose is to incrementally recognize
1113511135
/// an explode_vector followed by scalar reduction as a vector reduction node.

0 commit comments

Comments
 (0)