aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-01-17 06:54:59 +0000
committerAndrew Trick <atrick@apple.com>2012-01-17 06:54:59 +0000
commitc1b1c7b205589c9a081e1cbd33fb56506fc287b3 (patch)
treec61481c57a7048303dbb3365d3208ce290020f2b /include/llvm/Target
parent0f080913d1ff80bb61476724304359e14822b193 (diff)
downloadexternal_llvm-c1b1c7b205589c9a081e1cbd33fb56506fc287b3.zip
external_llvm-c1b1c7b205589c9a081e1cbd33fb56506fc287b3.tar.gz
external_llvm-c1b1c7b205589c9a081e1cbd33fb56506fc287b3.tar.bz2
Moving options declarations around.
More short term hackery until we have a way to configure passes that work on LiveIntervals. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r--include/llvm/Target/TargetOptions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index cb22b18..3f42bbe 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -34,10 +34,6 @@ namespace llvm {
/// wth earlier copy coalescing.
extern bool StrongPHIElim;
- /// EnableMachineSched - temporary flag to enable the machine scheduling pass
- /// until we complete the register allocation pass configuration cleanup.
- extern bool EnableMachineSched;
-
class TargetOptions {
public:
TargetOptions()