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

Chris Lattner sabre at nondot.org
Tue Oct 24 10:41:37 PDT 2006



Changes in directory llvm/include/llvm/Target:

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

update comment


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

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


Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.97 llvm/include/llvm/Target/TargetInstrInfo.h:1.98
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.97	Tue Oct 24 09:47:28 2006
+++ llvm/include/llvm/Target/TargetInstrInfo.h	Tue Oct 24 12:41:22 2006
@@ -309,8 +309,9 @@
   
   /// InsertBranch - Insert a branch into the end of the specified
   /// MachineBasicBlock.  This operands to this method are the same as those
-  /// returned by AnalyzeBranch.  This nis invoked in cases where AnalyzeBranch
-  /// returns success.
+  /// returned by AnalyzeBranch.  This is invoked in cases where AnalyzeBranch
+  /// returns success and when an unconditional branch (TBB is non-null, FBB is
+  /// null, Cond is empty) needs to be inserted.
   virtual void InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
                             MachineBasicBlock *FBB,
                             const std::vector<MachineOperand> &Cond) const {






More information about the llvm-commits mailing list