mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
add a new helper method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
660538c8a5
commit
287921d188
@ -93,6 +93,11 @@ public:
|
||||
///
|
||||
void eraseFromParent();
|
||||
|
||||
/// moveBefore - Unlink this instruction from its current basic block and
|
||||
/// insert it into the basic block that MovePos lives in, right before
|
||||
/// MovePos.
|
||||
void moveBefore(Instruction *MovePos);
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
/// Subclass classification... getOpcode() returns a member of
|
||||
/// one of the enums that is coming soon (down below)...
|
||||
|
Loading…
Reference in New Issue
Block a user