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:
918b7c8
)
Typo.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Thu, 4 Jul 2013 04:53:49 +0000
(
04:53
+0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Thu, 4 Jul 2013 04:53:49 +0000
(
04:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185618
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/FastISel.cpp
b/lib/CodeGen/SelectionDAG/FastISel.cpp
index e039be759c4b2a67119188055705219ba7fc5a02..ff2511c17eec8307982e25c45fd75e3b6fd917d2 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/FastISel.cpp
@@
-76,7
+76,7
@@
STATISTIC(NumFastIselDead, "Number of dead insts removed on failure");
void FastISel::startNewBlock() {
LocalValueMap.clear();
- // Instructions are append to FuncInfo.MBB. If the basic block already
+ // Instructions are append
ed
to FuncInfo.MBB. If the basic block already
// contains labels or copies, use the last instruction as the last local
// value.
EmitStartPt = 0;