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

Chris Lattner sabre at nondot.org
Mon Dec 19 17:11:38 PST 2011


Author: lattner
Date: Mon Dec 19 19:11:37 2011
New Revision: 146940

URL: http://llvm.org/viewvc/llvm-project?rev=146940&view=rev
Log:
fix typo

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=146940&r1=146939&r2=146940&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h Mon Dec 19 19:11:37 2011
@@ -513,7 +513,7 @@
   /// instruction is a bundle this function will remove all the bundled
   /// instructions as well. It is up to the caller to keep a list of the
   /// bundled instructions and re-insert them if desired. This function is
-  /// *not recommended* for manipulating instructions with bundled. Use
+  /// *not recommended* for manipulating instructions with bundles. Use
   /// splice instead.
   MachineInstr *remove(MachineInstr *I);
   void clear() {





More information about the llvm-commits mailing list