[llvm-commits] CVS: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
Chris Lattner
sabre at nondot.org
Tue Jun 5 18:22:31 PDT 2007
Changes in directory llvm/include/llvm/Analysis:
ScalarEvolutionExpander.h updated: 1.15 -> 1.16
---
Log message:
add accessor
---
Diffs of the changes: (+2 -0)
ScalarEvolutionExpander.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
diff -u llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.15 llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.16
--- llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.15 Tue Apr 17 19:43:05 2007
+++ llvm/include/llvm/Analysis/ScalarEvolutionExpander.h Tue Jun 5 20:22:09 2007
@@ -73,6 +73,8 @@
InsertedInstructions.insert(I);
}
+ Instruction *getInsertionPoint() const { return InsertPt; }
+
/// expandCodeFor - Insert code to directly compute the specified SCEV
/// expression into the program. The inserted code is inserted into the
/// specified block.
More information about the llvm-commits
mailing list