mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -34,12 +34,4 @@ void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
|
||||
//
|
||||
void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
||||
|
||||
// InsertInstBeforeInst - Insert 'NewInst' into the basic block that 'Existing'
|
||||
// is already in, and put it right before 'Existing'. This instruction should
|
||||
// only be used when there is no iterator to Existing already around. The
|
||||
// returned iterator points to the new instruction.
|
||||
//
|
||||
BasicBlock::iterator InsertInstBeforeInst(Instruction *NewInst,
|
||||
Instruction *Existing);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user