fold c1 << (x + c2) into (c1 << c2) << x. fix a warning.
authorNate Begeman <natebegeman@mac.com>
Sun, 5 Feb 2006 08:07:24 +0000 (08:07 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 5 Feb 2006 08:07:24 +0000 (08:07 +0000)
commitbab9239d0572d35a08423782eb964e532c3c6524
treed833cbadff3ba21527630b244a654b4441abfa2d
parent176f0416d103f5ce34ae0899f053890ee2aa016f
fold c1 << (x + c2) into (c1 << c2) << x.  fix a warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp