From 76ea084489baa1e5a5dff2e0186a1284d4df3c91 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Jun 2007 01:22:09 +0000 Subject: [PATCH] add accessor git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37453 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/ScalarEvolutionExpander.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Analysis/ScalarEvolutionExpander.h b/include/llvm/Analysis/ScalarEvolutionExpander.h index f5ebceb8564..44e8fb0a9a5 100644 --- a/include/llvm/Analysis/ScalarEvolutionExpander.h +++ b/include/llvm/Analysis/ScalarEvolutionExpander.h @@ -73,6 +73,8 @@ namespace llvm { 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. -- 2.34.1