Changes in directory llvm/lib/Transforms/Scalar:

LoopStrengthReduce.cpp updated: 1.126 -> 1.127
---
Log message:

Completely purge DomSet.  This is the (hopefully) final patch for PR1171: 
http://llvm.org/PR1171 .


---
Diffs of the changes:  (+0 -1)

 LoopStrengthReduce.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff -u llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.126 
llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.127
--- llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.126     Tue Apr  3 
00:11:24 2007
+++ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp   Sat Apr  7 02:17:27 2007
@@ -154,7 +154,6 @@
       // many analyses if they are around.
       AU.addPreservedID(LoopSimplifyID);
       AU.addPreserved<LoopInfo>();
-      AU.addPreserved<DominatorSet>();
       AU.addPreserved<ETForest>();
       AU.addPreserved<ImmediateDominators>();
       AU.addPreserved<DominanceFrontier>();



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to