[llvm-commits] [llvm] r120235 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Bob Wilson bob.wilson at apple.com
Sat Nov 27 22:51:19 PST 2010


Author: bwilson
Date: Sun Nov 28 00:51:19 2010
New Revision: 120235

URL: http://llvm.org/viewvc/llvm-project?rev=120235&view=rev
Log:
Fix a comment typo.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp?rev=120235&r1=120234&r2=120235&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Sun Nov 28 00:51:19 2010
@@ -3438,7 +3438,7 @@
     }
     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;





More information about the llvm-commits mailing list