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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits