summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-22 18:26:07 +0000
committerOwen Anderson <resistor@mac.com>2008-08-22 18:26:07 +0000
commitf6c5308cabc98ede18d4d2455b3d0bd4f54942ab (patch)
treef3c18c73ab9ddf90fab5fe41db3b2c4d2f17a41f
parent30b963e4edba775fb5bd906c16f7d8187c2ad539 (diff)
downloadbcm5719-llvm-f6c5308cabc98ede18d4d2455b3d0bd4f54942ab.tar.gz
bcm5719-llvm-f6c5308cabc98ede18d4d2455b3d0bd4f54942ab.zip
Fix typo.
llvm-svn: 55189
-rw-r--r--llvm/include/llvm/CodeGen/FastISel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/FastISel.h b/llvm/include/llvm/CodeGen/FastISel.h
index c414956bb55..39395945b88 100644
--- a/llvm/include/llvm/CodeGen/FastISel.h
+++ b/llvm/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<const Value*, unsigned> &ValueMap,
OpenPOWER on IntegriCloud