]> granicus.if.org Git - clang/commit
[CodeGen] match new fast-math-flag method: isFast()
authorSanjay Patel <spatel@rotateright.com>
Mon, 6 Nov 2017 16:27:36 +0000 (16:27 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 6 Nov 2017 16:27:36 +0000 (16:27 +0000)
commit157a622d78eb0e71dcef8ec08ebed2d20ca1772f
tree1cee2ba08b564a6db0f4eb43514245a28a272721
parent0064a0c5f1b24a34a81c8e0fc84b355a6ad8555d
[CodeGen] match new fast-math-flag method: isFast()

This corresponds to LLVM commiti r317488:

If that commit is reverted, this commit will also need to be reverted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317489 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp