Skip to content

Commit ab53366

Browse files
committed
run clang-format
1 parent f9ad3c1 commit ab53366

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
@@ -1650,7 +1650,7 @@ static bool foldMul128High(Instruction &I, const DataLayout &DL,
16501650
/// %u2 = add nuw i64 %u0_hi, %t3
16511651
/// %hw64 = add nuw i64 %u2, %u1_hi
16521652
static bool foldMul128HighVariant(Instruction &I, const DataLayout &DL,
1653-
DominatorTree &DT) {
1653+
DominatorTree &DT) {
16541654
auto *Ty = I.getType();
16551655
if (!Ty->isIntegerTy(64))
16561656
return false;

0 commit comments

Comments
 (0)