Fix formatting

llvm-svn: 215528
This commit is contained in:
Tobias Grosser 2014-08-13 08:38:34 +00:00
parent 343643b979
commit 5b1a04426b
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ BasicBlock *polly::executeScopConditionally(Scop &S, Pass *P, Value *RTC) {
BasicBlock *StartBlock, *SplitBlock, *NewBlock;
Region &R = S.getRegion();
PollyIRBuilder Builder(R.getEntry());
DominatorTree &DT =
P->getAnalysis<DominatorTreeWrapperPass>().getDomTree();
DominatorTree &DT = P->getAnalysis<DominatorTreeWrapperPass>().getDomTree();
RegionInfo &RI = P->getAnalysis<RegionInfoPass>().getRegionInfo();
LoopInfo &LI = P->getAnalysis<LoopInfo>();