summaryrefslogtreecommitdiff
path: root/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
commitbebfbc560bba894c8d0aa0e8b6ee109fda2d1b0c (patch)
tree0a057da33146224d6883dd95d8e466840bfa50be /lib/CodeGen
parentf3d2f9d4be5beaf4c37b071373592da55fb44d1d (diff)
downloadllvm-bebfbc560bba894c8d0aa0e8b6ee109fda2d1b0c.tar.gz
llvm-bebfbc560bba894c8d0aa0e8b6ee109fda2d1b0c.tar.bz2
llvm-bebfbc560bba894c8d0aa0e8b6ee109fda2d1b0c.tar.xz
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index fe7c41c80b..994dbd497c 100644
--- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/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;