[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h
Evan Cheng
evan.cheng at apple.com
Sun Jun 11 02:33:40 PDT 2006
Changes in directory llvm/include/llvm/Analysis:
LoopInfo.h updated: 1.55 -> 1.56
---
Log message:
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others).
---
Diffs of the changes: (+1 -4)
LoopInfo.h | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/include/llvm/Analysis/LoopInfo.h
diff -u llvm/include/llvm/Analysis/LoopInfo.h:1.55 llvm/include/llvm/Analysis/LoopInfo.h:1.56
--- llvm/include/llvm/Analysis/LoopInfo.h:1.55 Fri Jun 9 13:33:30 2006
+++ llvm/include/llvm/Analysis/LoopInfo.h Sun Jun 11 04:32:54 2006
@@ -98,7 +98,7 @@
/// isLoopInvariant - Return true if the specified value is loop invariant
///
bool isLoopInvariant(Value *V) const;
-
+
//===--------------------------------------------------------------------===//
// APIs for simple analysis of the loop.
//
@@ -147,9 +147,6 @@
///
Value *getTripCount() const;
- /// isLCSSAForm - Return true if the Loop is in LCSSA form
- bool isLCSSAForm() const;
-
//===--------------------------------------------------------------------===//
// APIs for updating loop information after changing the CFG
//
More information about the llvm-commits
mailing list