Skip to content

Commit b0a37fb

Browse files
c8efdtcxzyw
andauthored
Update llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Co-authored-by: Yingwei Zheng <[email protected]>
1 parent d4cbb1e commit b0a37fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8179,7 +8179,7 @@ static Instruction *foldFCmpFSubIntoFCmp(FCmpInst &I, Instruction *LHSI,
81798179
}
81808180

81818181
static Instruction *foldFCmpWithFloorAndCeil(FCmpInst &I,
8182-
InstCombinerImpl &CI) {
8182+
InstCombinerImpl &IC) {
81838183
Value *LHS = I.getOperand(0), *RHS = I.getOperand(1);
81848184
Type *OpType = LHS->getType();
81858185
CmpInst::Predicate Pred = I.getPredicate();

0 commit comments

Comments
 (0)