[llvm-commits] [llvm] r86558 - /llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h

Dan Gohman gohman at apple.com
Mon Nov 9 09:06:52 PST 2009


Author: djg
Date: Mon Nov  9 11:06:51 2009
New Revision: 86558

URL: http://llvm.org/viewvc/llvm-project?rev=86558&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h?rev=86558&r1=86557&r2=86558&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h Mon Nov  9 11:06:51 2009
@@ -246,7 +246,7 @@
   
   /// transferSuccessors - Transfers all the successors from MBB to this
   /// machine basic block (i.e., copies all the successors fromMBB and
-  /// remove all the successors fromBB).
+  /// remove all the successors from fromMBB).
   void transferSuccessors(MachineBasicBlock *fromMBB);
   
   /// isSuccessor - Return true if the specified MBB is a successor of this





More information about the llvm-commits mailing list