summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-05 00:27:28 +0000
committerOwen Anderson <resistor@mac.com>2008-08-05 00:27:28 +0000
commitbbeb8f08076a89621865b4743b7aa3c9eb67432a (patch)
treef0d84a3b8b4f25e22bcd40dc1eb45b1a8173bbe4 /llvm/lib/Target/TargetMachine.cpp
parent81f7f2904cf15fa74f9ab051eb3ca288442a92c7 (diff)
downloadbcm5719-llvm-bbeb8f08076a89621865b4743b7aa3c9eb67432a.tar.gz
bcm5719-llvm-bbeb8f08076a89621865b4743b7aa3c9eb67432a.zip
This option doesn't need to be a target option. It can be in SDISel instead.
llvm-svn: 54336
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp
index 29167631baa..600a120e867 100644
--- a/llvm/lib/Target/TargetMachine.cpp
+++ b/llvm/lib/Target/TargetMachine.cpp
@@ -40,7 +40,6 @@ namespace llvm {
bool RealignStack;
bool VerboseAsm;
bool DisableJumpTables;
- bool DisableCorrectBranchFolding;
}
static cl::opt<bool, true> PrintCode("print-machineinstrs",
@@ -164,11 +163,6 @@ DisableSwitchTables(cl::Hidden, "disable-jump-tables",
cl::location(DisableJumpTables),
cl::init(false));
-static cl::opt<bool, true>
-DisableCorrectISelFolding(cl::Hidden, "disable-correct-folding",
-cl::desc("Do not perform correct branch folding in the instruction selector."),
-cl::location(DisableCorrectBranchFolding), cl::init(false));
-
//---------------------------------------------------------------------------
// TargetMachine Class
//
OpenPOWER on IntegriCloud