diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-11-28 06:51:19 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-11-28 06:51:19 +0000 |
commit | f9b96c474f9de367a07fa01ed79496e179fd0537 (patch) | |
tree | 10cffb040b04263a93d00715cc8159dd7f199ba3 /llvm/lib/CodeGen/SelectionDAG | |
parent | 04b2c942054779f0335dd03a667e26a5b0a4b4e2 (diff) | |
download | bcm5719-llvm-f9b96c474f9de367a07fa01ed79496e179fd0537.tar.gz bcm5719-llvm-f9b96c474f9de367a07fa01ed79496e179fd0537.zip |
Fix a comment typo.
llvm-svn: 120235
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
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; |