Terminator gaps were unused. Might as well delete them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen
2010-09-24 23:58:56 +00:00
parent bd30ce4311
commit 1803b37bad
3 changed files with 1 additions and 37 deletions

View File

@@ -227,10 +227,6 @@ namespace llvm {
return indexes_->getMBBFromIndex(index);
}
SlotIndex getMBBTerminatorGap(const MachineBasicBlock *mbb) {
return indexes_->getTerminatorGap(mbb);
}
SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) {
return indexes_->insertMachineInstrInMaps(MI);
}