mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-03 14:21:30 +00:00
No longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -394,10 +394,6 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// isPredicable - True if the instruction can be converted into a
|
|
||||||
/// predicated instruction.
|
|
||||||
bool isPredicable() const;
|
|
||||||
|
|
||||||
/// clone - Create a copy of 'this' instruction that is identical in
|
/// clone - Create a copy of 'this' instruction that is identical in
|
||||||
/// all ways except the the instruction has no parent, prev, or next.
|
/// all ways except the the instruction has no parent, prev, or next.
|
||||||
MachineInstr* clone() const { return new MachineInstr(*this); }
|
MachineInstr* clone() const { return new MachineInstr(*this); }
|
||||||
|
|||||||
Reference in New Issue
Block a user