Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Sun, 28 Nov 2010 06:51:19 +0000 (06:51 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 28 Nov 2010 06:51:19 +0000 (06:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120235 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index fe7c41c80b7c36cb2a26d22ed0962002f9a7c475..994dbd497c5c7a038934f6dfd3b3b25a37f145b8 100644 (file)
@@ -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;