Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.221 -> 1.222 --- Log message: No longer needed. --- Diffs of the changes: (+0 -4) MachineInstr.h | 4 ---- 1 files changed, 4 deletions(-) Index: llvm/include/llvm/CodeGen/MachineInstr.h diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.221 llvm/include/llvm/CodeGen/MachineInstr.h:1.222 --- llvm/include/llvm/CodeGen/MachineInstr.h:1.221 Tue May 29 13:30:54 2007 +++ llvm/include/llvm/CodeGen/MachineInstr.h Fri Jun 15 14:05:13 2007 @@ -394,10 +394,6 @@ 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); } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits