[llvm-commits] [llvm] r55189 - /llvm/trunk/include/llvm/CodeGen/FastISel.h

Owen Anderson resistor at mac.com
Fri Aug 22 11:26:07 PDT 2008


Author: resistor
Date: Fri Aug 22 13:26:07 2008
New Revision: 55189

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

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

Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=55189&r1=55188&r2=55189&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Fri Aug 22 13:26:07 2008
@@ -48,7 +48,7 @@
   /// End or the first unsupported instruction. Return N.
   /// ValueMap is filled in with a mapping of LLVM IR Values to
   /// virtual register numbers. MBB is a block to which to append
-  /// the enerated MachineInstrs.
+  /// the generated MachineInstrs.
   BasicBlock::iterator
   SelectInstructions(BasicBlock::iterator Begin, BasicBlock::iterator End,
                      DenseMap<const Value*, unsigned> &ValueMap,





More information about the llvm-commits mailing list