aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
committerNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
commit73bfa7152481620d60bf63d5397dfe35bbc9c098 (patch)
tree129c67f7b6aed90a90140376213d51644e89eb8d /include/llvm/Target/TargetOptions.h
parentcfbf96aa9c3bd317548f72e022ba28a40353f95a (diff)
downloadexternal_llvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.zip
external_llvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.tar.gz
external_llvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.tar.bz2
Remove the X86 and PowerPC Simple instruction selectors; their time has
passed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetOptions.h')
-rw-r--r--include/llvm/Target/TargetOptions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 0018377..e208eba 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -34,13 +34,6 @@ namespace llvm {
/// over the place.
extern bool NoExcessFPPrecision;
- /// PatternISelTriState - This flag is enabled when -pattern-isel=X is
- /// specified on the command line. The default value is 2, in which case the
- /// target chooses what is best for it. Setting X to 0 forces the use of
- /// a simple ISel if available, while setting it to 1 forces the use of a
- /// pattern ISel if available.
- extern int PatternISelTriState;
-
/// UnsafeFPMath - This flag is enabled when the
/// -enable-unsafe-fp-math flag is specified on the command line. When
/// this flag is off (the default), the code generator is not allowed to