OSDN Git Service

Implement constant folding of fmod, which is used a lot in povray
authorChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 07:25:00 +0000 (07:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 07:25:00 +0000 (07:25 +0000)
commit8dfe5705b16eeebec701f725351cc5a6102e0dfd
tree83e62332694c4b63cdf2f12597277b1a7a98779b
parentb04cb7daf5a9d7b57450b0612e699df49fcb7cbe
Implement constant folding of fmod, which is used a lot in povray

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