From: Owen Anderson Date: Fri, 22 Aug 2008 18:26:07 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a794ef7f5d82c7f88d86932746cb9ae2c1c40200;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index c414956bb55..39395945b88 100644 --- a/include/llvm/CodeGen/FastISel.h +++ b/include/llvm/CodeGen/FastISel.h @@ -48,7 +48,7 @@ public: /// 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 &ValueMap,