[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrInfo.h

Dale Johannesen dalej at apple.com
Thu Jun 14 15:04:13 PDT 2007



Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.128 -> 1.129
---
Log message:

Do not treat FP_REG_KILL as terminator in branch analysis (X86).


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

 TargetInstrInfo.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.128 llvm/include/llvm/Target/TargetInstrInfo.h:1.129
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.128	Thu Jun 14 15:50:44 2007
+++ llvm/include/llvm/Target/TargetInstrInfo.h	Thu Jun 14 17:03:45 2007
@@ -417,7 +417,7 @@
 
   /// isUnpredicatedTerminator - Returns true if the instruction is a
   /// terminator instruction that has not been predicated.
-  bool isUnpredicatedTerminator(const MachineInstr *MI) const;
+  virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
 
   /// PredicateInstruction - Convert the instruction into a predicated
   /// instruction. It returns true if the operation was successful.






More information about the llvm-commits mailing list