OSDN Git Service

Reset some of the target options which affect code generation.
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:26:59 +0000 (22:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:26:59 +0000 (22:26 +0000)
commit4cb1f5f4064f2eec1420dc30bf32ac54bd40e222
tree375f06d186835d6e1fc68795ba4834c5ae50dd3d
parent33905b2a34da69bc05d67567fe1c1b6e74d32fa0
Reset some of the target options which affect code generation.

This doesn't reset all of the target options within the TargetOptions
object. This is because some of those are ABI-specific and must be determined if
it's okay to change those on the fly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176986 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetMachine.cpp