Fast-math flags added to FPMathOperator.
authorMichael Ilseman <milseman@apple.com>
Tue, 27 Nov 2012 00:40:00 +0000 (00:40 +0000)
committerMichael Ilseman <milseman@apple.com>
Tue, 27 Nov 2012 00:40:00 +0000 (00:40 +0000)
commitab4649b25f13af911594631174b9358aab4e89d3
treece875a029b0cda236c8359bedaec354be7f1cbf6
parent400581a92426e9b779e5674f777210599776a513
Fast-math flags added to FPMathOperator.

Created FastMathFlags convenience struct for the getting and setting of fast-math flags en masse. Added SubclassOptionalData bitfields and corresponding getters/setters to FPMathOperator for the various fast-math flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168641 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Operator.h