fix a bug where the bswap matcher could match a case involving
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2008 00:50:57 +0000 (00:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2008 00:50:57 +0000 (00:50 +0000)
commit2f63ca3fa8ea22d34a35204517803b2b0bd0bd89
tree74486779355156546d005faefb4e84da9a20ea23
parent31d7161206d7502e97a01a51a76445a8d9ac6ea5
fix a bug where the bswap matcher could match a case involving
ashr.  It should only apply to lshr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57089 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp