mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Copy and paste silliness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c740d06290
commit
7d35c0e2b9
@ -175,8 +175,7 @@ namespace llvm {
|
|||||||
/// isRemoved - returns true if the specified machine instr has been
|
/// isRemoved - returns true if the specified machine instr has been
|
||||||
/// removed.
|
/// removed.
|
||||||
bool isRemoved(MachineInstr* instr) const {
|
bool isRemoved(MachineInstr* instr) const {
|
||||||
Mi2IndexMap::const_iterator it = mi2iMap_.find(instr);
|
return !mi2iMap_.count(instr);
|
||||||
return it == mi2iMap_.end();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// RemoveMachineInstrFromMaps - This marks the specified machine instr as
|
/// RemoveMachineInstrFromMaps - This marks the specified machine instr as
|
||||||
|
Loading…
Reference in New Issue
Block a user