Fast-math flags for the bitcode
authorMichael Ilseman <milseman@apple.com>
Tue, 27 Nov 2012 00:43:38 +0000 (00:43 +0000)
committerMichael Ilseman <milseman@apple.com>
Tue, 27 Nov 2012 00:43:38 +0000 (00:43 +0000)
commit495d10ad56d1113ba33e0589e7c4f96f3c16fa52
treecbcbe1cc27c28f06774260ca1894aa0f1e58b60c
parent15c13d3e63d7745bccad74d547af4e3482193eaa
Fast-math flags for the bitcode

Added in bitcode enum for the serializing of fast-math flags. Added in the reading/writing of fast-math flags from the OptimizationFlags record for BinaryOps.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168646 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp