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:
parent
ea380b16b7
commit
a1ad601255
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user