Skip to content

Commit 5b1a044

Browse files
committed
Fix formatting
llvm-svn: 215528
1 parent 343643b commit 5b1a044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

polly/lib/CodeGen/Utils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ BasicBlock *polly::executeScopConditionally(Scop &S, Pass *P, Value *RTC) {
2424
BasicBlock *StartBlock, *SplitBlock, *NewBlock;
2525
Region &R = S.getRegion();
2626
PollyIRBuilder Builder(R.getEntry());
27-
DominatorTree &DT =
28-
P->getAnalysis<DominatorTreeWrapperPass>().getDomTree();
27+
DominatorTree &DT = P->getAnalysis<DominatorTreeWrapperPass>().getDomTree();
2928
RegionInfo &RI = P->getAnalysis<RegionInfoPass>().getRegionInfo();
3029
LoopInfo &LI = P->getAnalysis<LoopInfo>();
3130

0 commit comments

Comments
 (0)