Skip to content

Commit 38820a6

Browse files
committed
Comment spacing
1 parent 3988a62 commit 38820a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Analysis/ConstantFolding.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,10 @@ Constant *llvm::ConstantFoldCompareInstOperands(
12691269
if (CmpInst::isFPPredicate(Predicate)) {
12701270
// Flush any denormal constant float input according to denormal handling
12711271
// mode.
1272-
Ops0 = FlushFPConstant(Ops0, I, /* IsOutput=*/false);
1272+
Ops0 = FlushFPConstant(Ops0, I, /*IsOutput=*/false);
12731273
if (!Ops0)
12741274
return nullptr;
1275-
Ops1 = FlushFPConstant(Ops1, I, /* IsOutput= */ false);
1275+
Ops1 = FlushFPConstant(Ops1, I, /*IsOutput=*/false);
12761276
if (!Ops1)
12771277
return nullptr;
12781278
}

0 commit comments

Comments
 (0)