Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces.
authorMichael Ilseman <milseman@apple.com>
Sun, 9 Dec 2012 21:12:04 +0000 (21:12 +0000)
committerMichael Ilseman <milseman@apple.com>
Sun, 9 Dec 2012 21:12:04 +0000 (21:12 +0000)
commit1638b839090a35adcd5a4b4cc0a649352276e703
tree75ebe44245b37a5d6355fee63d6d7b0216bcf4f6
parent880166684e5af0f5b4bfe26870b9f7813e537354
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169712 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Instruction.h
include/llvm/Operator.h
lib/Analysis/InstructionSimplify.cpp
lib/AsmParser/LLParser.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
unittests/VMCore/IRBuilderTest.cpp