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:
63ec90a
)
Fix typo
author
Chris Lattner
<sabre@nondot.org>
Sun, 3 Feb 2008 07:30:27 +0000
(07:30 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 3 Feb 2008 07:30:27 +0000
(07:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46682
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
b/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
index 76b7527f68b555737a83385f408a2f483c7beb52..f09a311c064cdcb099838216a829aa3ec09da5b8 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
@@
-233,7
+233,7
@@
namespace {
virtual void NodeUpdated(SDNode *N) {
// Node updates can mean pretty much anything. It is possible that an
// operand was set to something already processed (f.e.) in which case
- // this node could become ready. Recomp
o
ute its flags.
+ // this node could become ready. Recompute its flags.
if (N->getNodeId() != DAGTypeLegalizer::ReadyToProcess)
DTL.ReanalyzeNodeFlags(N);
}