Fix a typo evan noticed
authorChris Lattner <sabre@nondot.org>
Wed, 1 Mar 2006 19:55:35 +0000 (19:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Mar 2006 19:55:35 +0000 (19:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26454 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index b5ac211c221e799f0839d6707503c82fa3ad6e4f..e235a7b2e4c96c9c60cf02236dbcca287788ded9 100644 (file)
@@ -113,7 +113,7 @@ namespace {
   private:    
     
     /// SimplifyDemandedBits - Check the specified integer node value to see if
-    /// it can be simplified or if things is uses can be simplified by bit
+    /// it can be simplified or if things it uses can be simplified by bit
     /// propagation.  If so, return true.
     bool SimplifyDemandedBits(SDOperand Op) {
       TargetLowering::TargetLoweringOpt TLO(DAG);