From a794ef7f5d82c7f88d86932746cb9ae2c1c40200 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Fri, 22 Aug 2008 18:26:07 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55189 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/FastISel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,