Skip to content

Commit d7fbd5c

Browse files
committed
Update isX86CCSigned as well
1 parent fd8b6e1 commit d7fbd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@ bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model CM,
29442944
}
29452945

29462946
/// Return true if the condition is an signed comparison operation.
2947-
static bool isX86CCSigned(unsigned X86CC) {
2947+
static bool isX86CCSigned(X86::CondCode X86CC) {
29482948
switch (X86CC) {
29492949
default:
29502950
llvm_unreachable("Invalid integer condition!");

0 commit comments

Comments
 (0)