Skip to content

Commit 86ffb24

Browse files
committed
Rebase and run clang-format on existing patch
1 parent 22662a0 commit 86ffb24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,8 +1882,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) {
18821882
}
18831883

18841884
if (SP->shouldEmitSDCheck(*LLVMBB))
1885-
SDB->SPDescriptor.initialize(LLVMBB, FuncInfo->getMBB(LLVMBB),
1886-
false);
1885+
SDB->SPDescriptor.initialize(LLVMBB, FuncInfo->getMBB(LLVMBB), false);
18871886

18881887
if (Begin != BI)
18891888
++NumDAGBlocks;

0 commit comments

Comments
 (0)