Fix a problem with the strcmp optimization checking the wrong string and
authorReid Spencer <rspencer@reidspencer.com>
Sat, 18 Jun 2005 17:46:28 +0000 (17:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 18 Jun 2005 17:46:28 +0000 (17:46 +0000)
commit134d2e4af861d29176631cb716b27ce1780b6f96
tree2c9232e6acaa06c216a54b2b4056bf6ea15a6336
parent4b828e6384e1e6c9936130dd9fe805c2140b05fc
Fix a problem with the strcmp optimization checking the wrong string and
not casting to the correct type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22250 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp