Skip to content

Commit 49c7870

Browse files
committed
Update RISCVInstrInfo.h
1 parent 08ab62d commit 49c7870

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ enum CondCode {
4444
COND_INVALID
4545
};
4646

47-
CondCode getOppositeBranchCondition(CondCode CC);
48-
47+
CondCode getOppositeBranchCondition(CondCode);
4948
unsigned getBrCond(CondCode CC, unsigned SelectOpc = 0);
5049

5150
} // end of namespace RISCVCC

0 commit comments

Comments
 (0)