Skip to content

Commit be1f314

Browse files
committed
Remove the X86 and PowerPC Simple instruction selectors; their time has
passed. llvm-svn: 22886
1 parent 17727ba commit be1f314

File tree

8 files changed

+8
-8114
lines changed

8 files changed

+8
-8114
lines changed

llvm/include/llvm/Target/TargetOptions.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ namespace llvm {
3434
/// over the place.
3535
extern bool NoExcessFPPrecision;
3636

37-
/// PatternISelTriState - This flag is enabled when -pattern-isel=X is
38-
/// specified on the command line. The default value is 2, in which case the
39-
/// target chooses what is best for it. Setting X to 0 forces the use of
40-
/// a simple ISel if available, while setting it to 1 forces the use of a
41-
/// pattern ISel if available.
42-
extern int PatternISelTriState;
43-
4437
/// UnsafeFPMath - This flag is enabled when the
4538
/// -enable-unsafe-fp-math flag is specified on the command line. When
4639
/// this flag is off (the default), the code generator is not allowed to

0 commit comments

Comments
 (0)