projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7753b
)
Fix typo.
author
Owen Anderson
<resistor@mac.com>
Fri, 22 Aug 2008 18:26:07 +0000
(18:26 +0000)
committer
Owen Anderson
<resistor@mac.com>
Fri, 22 Aug 2008 18:26:07 +0000
(18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55189
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/FastISel.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/FastISel.h
b/include/llvm/CodeGen/FastISel.h
index c414956bb552e5253ca2522b1b4b9e577bde67e7..39395945b887f7b8b06b46aa96977c702c190ee8 100644
(file)
--- 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
g
enerated MachineInstrs.
BasicBlock::iterator
SelectInstructions(BasicBlock::iterator Begin, BasicBlock::iterator End,
DenseMap<const Value*, unsigned> &ValueMap,