1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

add accessor

llvm-svn: 37453
This commit is contained in:
Chris Lattner 2007-06-06 01:22:09 +00:00
parent ea380b16b7
commit a1ad601255

View File

@ -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.