[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Owen Anderson resistor at mac.com
Sat Apr 7 00:18:08 PDT 2007



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>();






More information about the llvm-commits mailing list