mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Add an accessor method to return the insertion point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6afe2fa288
commit
b60182f1b0
@ -67,6 +67,8 @@ public:
|
||||
|
||||
BasicBlock *GetInsertBlock() const { return BB; }
|
||||
|
||||
BasicBlock::iterator GetInsertPoint() const { return InsertPt; }
|
||||
|
||||
/// SetInsertPoint - This specifies that created instructions should be
|
||||
/// appended to the end of the specified block.
|
||||
void SetInsertPoint(BasicBlock *TheBB) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user