summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-13 08:27:15 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-13 08:27:15 +0000
commit5ae9cebef597db036923de3f653e732384426340 (patch)
tree3634e2c3f662dad960f7e900e428d46c8bb83070 /tools/opt/Makefile
parent8782e53fd5ce0a81f3fa54ee20833629cdac966e (diff)
downloadllvm-5ae9cebef597db036923de3f653e732384426340.tar.gz
llvm-5ae9cebef597db036923de3f653e732384426340.tar.bz2
llvm-5ae9cebef597db036923de3f653e732384426340.tar.xz
Fix and/or/xor (cast A), (cast B) --> cast (and/or/xor A, B)
The cast patch introduced the possibility that the wrong cast opcode could be used and that this transform could trigger on different kinds of cast operations. This patch rectifies that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
0 files changed, 0 insertions, 0 deletions