update comment
authorChris Lattner <sabre@nondot.org>
Tue, 24 Oct 2006 17:41:22 +0000 (17:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Oct 2006 17:41:22 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31165 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index fefa0c6eb7bb5403d7599b3fbd88eae3cd850c4c..9e269f3692e3b795b2c5c2b00c42838f8836b2f1 100644 (file)
@@ -309,8 +309,9 @@ public:
   
   /// 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 {