[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h

Evan Cheng evan.cheng at apple.com
Fri Jun 15 12:05:35 PDT 2007



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






More information about the llvm-commits mailing list