summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-11-28 06:51:19 +0000
committerBob Wilson <bob.wilson@apple.com>2010-11-28 06:51:19 +0000
commitf9b96c474f9de367a07fa01ed79496e179fd0537 (patch)
tree10cffb040b04263a93d00715cc8159dd7f199ba3 /llvm/lib/CodeGen
parent04b2c942054779f0335dd03a667e26a5b0a4b4e2 (diff)
downloadbcm5719-llvm-f9b96c474f9de367a07fa01ed79496e179fd0537.tar.gz
bcm5719-llvm-f9b96c474f9de367a07fa01ed79496e179fd0537.zip
Fix a comment typo.
llvm-svn: 120235
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index fe7c41c80b7..994dbd497c5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -3438,7 +3438,7 @@ static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0,
}
if (BothLiveOut)
// Both unextended and extended values are live out. There had better be
- // good a reason for the transformation.
+ // a good reason for the transformation.
return ExtendNodes.size();
}
return true;
OpenPOWER on IntegriCloud