Remove optimizations that don't require both operands to be constant. These
authorReid Spencer <rspencer@reidspencer.com>
Fri, 29 Apr 2005 05:55:35 +0000 (05:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 29 Apr 2005 05:55:35 +0000 (05:55 +0000)
commitdf4945bcb53acb028da1cfb3af8b37bfc99ef667
tree0ef792f418a2a04d0776951cd2d69312011193ea
parent0f4a891803a2957ae138a8f830695203c8c3978e
Remove optimizations that don't require both operands to be constant. These
are moved to simplify-libcalls pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21614 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp