[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h
Owen Anderson
resistor at mac.com
Sun Jun 11 12:22:42 PDT 2006
Changes in directory llvm/include/llvm/Analysis:
LoopInfo.h updated: 1.56 -> 1.57
---
Log message:
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts.
---
Diffs of the changes: (+3 -0)
LoopInfo.h | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/Analysis/LoopInfo.h
diff -u llvm/include/llvm/Analysis/LoopInfo.h:1.56 llvm/include/llvm/Analysis/LoopInfo.h:1.57
--- llvm/include/llvm/Analysis/LoopInfo.h:1.56 Sun Jun 11 04:32:54 2006
+++ llvm/include/llvm/Analysis/LoopInfo.h Sun Jun 11 14:22:28 2006
@@ -146,6 +146,9 @@
/// this returns null.
///
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