Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 2 Jul 2012 22:39:56 +0000 (22:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 2 Jul 2012 22:39:56 +0000 (22:39 +0000)
commit769951f6cc6323821ce1e9f46a37817a541c884f
tree3a17953abfc70ac0085469191f4d130b199ae417
parent1b055ce320fa13f6f1ac81670d11b45e01f79876
Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159611 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetOptions.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
tools/llc/llc.cpp