No longer needed.

llvm-svn: 37598
This commit is contained in:
Evan Cheng 2007-06-15 19:05:13 +00:00
parent 92bf2c628c
commit 32312ad370
1 changed files with 0 additions and 4 deletions

View File

@ -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); }