[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
Evan Cheng
evan.cheng at apple.com
Sun Jun 11 02:33:40 PDT 2006
Changes in directory llvm/lib/Transforms/Scalar:
LoopUnswitch.cpp updated: 1.37 -> 1.38
---
Log message:
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others).
---
Diffs of the changes: (+0 -4)
LoopUnswitch.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
diff -u llvm/lib/Transforms/Scalar/LoopUnswitch.cpp:1.37 llvm/lib/Transforms/Scalar/LoopUnswitch.cpp:1.38
--- llvm/lib/Transforms/Scalar/LoopUnswitch.cpp:1.37 Fri Jun 9 13:40:32 2006
+++ llvm/lib/Transforms/Scalar/LoopUnswitch.cpp Sun Jun 11 04:32:57 2006
@@ -73,8 +73,6 @@
AU.addPreservedID(LoopSimplifyID);
AU.addRequired<LoopInfo>();
AU.addPreserved<LoopInfo>();
- AU.addRequiredID(LCSSAID);
- AU.addPreservedID(LCSSAID);
}
private:
@@ -201,8 +199,6 @@
}
}
- assert(L->isLCSSAForm());
-
return Changed;
}
More information about the llvm-commits
mailing list