Skip to content

Commit ee70787

Browse files
committed
Rebase and run clang-format on existing patch
1 parent 4ab0d7c commit ee70787

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
@@ -1876,8 +1876,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) {
18761876
}
18771877

18781878
if (SP->shouldEmitSDCheck(*LLVMBB))
1879-
SDB->SPDescriptor.initialize(LLVMBB, FuncInfo->getMBB(LLVMBB),
1880-
false);
1879+
SDB->SPDescriptor.initialize(LLVMBB, FuncInfo->getMBB(LLVMBB), false);
18811880

18821881
if (Begin != BI)
18831882
++NumDAGBlocks;

0 commit comments

Comments
 (0)