summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorJonas Paulsson <jonas.paulsson@ericsson.com>2015-02-10 15:34:29 +0000
committerJonas Paulsson <jonas.paulsson@ericsson.com>2015-02-10 15:34:29 +0000
commita25a3f4feaa80e7be852557cfc279f45c9d721b2 (patch)
tree990e96437f2a4b4600d3bfd0f5b6a671a77f95d2 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parent848cf6aa3aae054582551894ca298b2bb4b2b89d (diff)
downloadbcm5719-llvm-a25a3f4feaa80e7be852557cfc279f45c9d721b2.tar.gz
bcm5719-llvm-a25a3f4feaa80e7be852557cfc279f45c9d721b2.zip
Two comment typo fixes in lib/CodeGen/SelectionDAG/DAGCombiner.cpp.
llvm-svn: 228700
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 2c4f163d0b8..cc7388b4bb5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -1501,7 +1501,7 @@ SDValue DAGCombiner::visitTokenFactor(SDNode *N) {
switch (Op.getOpcode()) {
case ISD::EntryToken:
// Entry tokens don't need to be added to the list. They are
- // rededundant.
+ // redundant.
Changed = true;
break;
@@ -1530,7 +1530,7 @@ SDValue DAGCombiner::visitTokenFactor(SDNode *N) {
SDValue Result;
- // If we've change things around then replace token factor.
+ // If we've changed things around then replace token factor.
if (Changed) {
if (Ops.empty()) {
// The entry token is the only possible outcome.
OpenPOWER on IntegriCloud