forked from OSchip/llvm-project
parent
92bf2c628c
commit
32312ad370
|
@ -394,10 +394,6 @@ public:
|
|||
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
|
||||
/// all ways except the the instruction has no parent, prev, or next.
|
||||
MachineInstr* clone() const { return new MachineInstr(*this); }
|
||||
|
|
Loading…
Reference in New Issue