Skip to content

Commit 93fd0c6

Browse files
committed
coding style...
1 parent d8b5d15 commit 93fd0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,8 +1365,8 @@ Instruction *InstCombinerImpl::foldNextMultiply(ICmpInst &Cmp) {
13651365
return nullptr;
13661366
}
13671367

1368-
// Guard against weird special-case where Op1 gets optimized to constant. Leave it constant
1369-
// fonder.
1368+
// Guard against weird special-case where Op1 gets optimized to constant.
1369+
// Leave it constant fonder.
13701370
if (match(Op1, m_APInt(NumCost)))
13711371
return nullptr;
13721372

0 commit comments

Comments
 (0)