No longer needed.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 15 Jun 2007 19:05:13 +0000 (19:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 15 Jun 2007 19:05:13 +0000 (19:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37598 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index c20d231a5cdf5ead3fc90a87e036fec50142d97f..55e439e159965971f295c869ddb632709d80ea30 100644 (file)
@@ -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); }