Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.118 -> 1.119
---
Log message:

PredicateInstruction returns true if the operation was successful.

---
Diffs of the changes:  (+2 -2)

 TargetInstrInfo.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.118 
llvm/include/llvm/Target/TargetInstrInfo.h:1.119
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.118    Wed May 16 15:43:42 2007
+++ llvm/include/llvm/Target/TargetInstrInfo.h  Wed May 16 16:51:06 2007
@@ -390,8 +390,8 @@
   }
 
   /// PredicateInstruction - Convert the instruction into a predicated
-  /// instruction.
-  virtual void PredicateInstruction(MachineInstr *MI,
+  /// instruction. It returns true if the operation was successful.
+  virtual bool PredicateInstruction(MachineInstr *MI,
                                     std::vector<MachineOperand> &Cond) const;
 
   /// getPointerRegClass - Returns a TargetRegisterClass used for pointer



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to