remove some dead lines

llvm-svn: 40859
This commit is contained in:
Chris Lattner 2007-08-06 06:21:06 +00:00
parent 67f1c3335c
commit c7ba225705
1 changed files with 0 additions and 2 deletions

View File

@ -698,5 +698,3 @@ void LoopSimplify::InsertUniqueBackedgeBlock(Loop *L) {
if (DominanceFrontier *DF = getAnalysisToUpdate<DominanceFrontier>())
DF->splitBlock(BEBlock);
}