diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-01 19:55:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-01 19:55:35 +0000 |
commit | b2742f4a2693510aa77d69f6e91fd8983e07680f (patch) | |
tree | 7f308574086f98d017fd51a44f1d98e066a56f77 /lib/CodeGen | |
parent | 92ae7403964e522267f557772e0eb408116e35ac (diff) |
Fix a typo evan noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index b5ac211c22..e235a7b2e4 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -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); |