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

Rafael Espindola rafael.espindola at gmail.com
Tue Oct 24 07:47:42 PDT 2006



Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.96 -> 1.97
---
Log message:

fix assert comment


---
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.96 llvm/include/llvm/Target/TargetInstrInfo.h:1.97
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.96	Tue Oct 17 17:39:05 2006
+++ llvm/include/llvm/Target/TargetInstrInfo.h	Tue Oct 24 09:47:28 2006
@@ -314,7 +314,7 @@
   virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
                             MachineBasicBlock *FBB,
                             const std::vector<MachineOperand> &Cond) const {
-    assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!"); 
+    assert(0 && "Target didn't implement TargetInstrInfo::InsertBranch!"); 
   }
   
   /// ReverseBranchCondition - Reverses the branch condition of the specified






More information about the llvm-commits mailing list