Skip to content

Commit cbadf5d

Browse files
committed
run clang-format
1 parent 0cc5ee4 commit cbadf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ static bool foldMul128High(Instruction &I, const DataLayout &DL,
16211621
/// %u2 = add nuw i64 %u0_hi, %t3
16221622
/// %hw64 = add nuw i64 %u2, %u1_hi
16231623
static bool foldMul128HighVariant(Instruction &I, const DataLayout &DL,
1624-
DominatorTree &DT) {
1624+
DominatorTree &DT) {
16251625
auto *Ty = I.getType();
16261626
if (!Ty->isIntegerTy(64))
16271627
return false;

0 commit comments

Comments
 (0)