forked from OSchip/llvm-project
parent
fa5e1c9c26
commit
fbfdfd5d1c
|
@ -273,6 +273,13 @@ public:
|
|||
return MI;
|
||||
}
|
||||
|
||||
/// insertNoop - Insert a noop into the instruction stream at the specified
|
||||
/// point.
|
||||
virtual void insertNoop(MachineBasicBlock &MBB,
|
||||
MachineBasicBlock::iterator MI) const {
|
||||
assert(0 && "Target didn't implement insertNoop!");
|
||||
abort();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// Code generation support for creating individual machine instructions
|
||||
|
|
Loading…
Reference in New Issue