Fix typo.

llvm-svn: 55189
This commit is contained in:
Owen Anderson 2008-08-22 18:26:07 +00:00
parent 30b963e4ed
commit f6c5308cab
1 changed files with 1 additions and 1 deletions

View File

@ -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<const Value*, unsigned> &ValueMap,