[llvm-commits] CVS: llvm/include/llvm/Target/TargetOptions.h

Nate Begeman natebegeman at mac.com
Thu Aug 18 16:53:28 PDT 2005



Changes in directory llvm/include/llvm/Target:

TargetOptions.h updated: 1.5 -> 1.6
---
Log message:

Remove the X86 and PowerPC Simple instruction selectors; their time has
passed.


---
Diffs of the changes:  (+0 -7)

 TargetOptions.h |    7 -------
 1 files changed, 7 deletions(-)


Index: llvm/include/llvm/Target/TargetOptions.h
diff -u llvm/include/llvm/Target/TargetOptions.h:1.5 llvm/include/llvm/Target/TargetOptions.h:1.6
--- llvm/include/llvm/Target/TargetOptions.h:1.5	Fri Apr 29 23:09:37 2005
+++ llvm/include/llvm/Target/TargetOptions.h	Thu Aug 18 18:53:15 2005
@@ -34,13 +34,6 @@
   /// 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






More information about the llvm-commits mailing list