Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.117 -> 1.118 --- Log message: Fix a typo evan noticed --- Diffs of the changes: (+1 -1) DAGCombiner.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp diff -u llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.117 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.118 --- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.117 Tue Feb 28 22:53:38 2006 +++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp Wed Mar 1 13:55:35 2006 @@ -113,7 +113,7 @@ 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); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits