* Add constant folding for additional floating point library calls such as
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Apr 2005 23:01:59 +0000 (23:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Apr 2005 23:01:59 +0000 (23:01 +0000)
commit1d3b71846b128c20164af62ceadef7d0eff245fa
tree8d3b8e0aaa660d7673e61d05d1f42f32b4a8f9e1
parent2c56e8a23e06e1369408234bd9125dfc35a30193
* Add constant folding for additional floating point library calls such as
  sinh, cosh, etc.
* Make the name comparisons for the fp libcalls a little more efficient by
  switching on the first character of the name before doing comparisons.

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