Skip to content

Commit

Permalink
This register is never used, disable it.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7661 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 7, 2003
1 parent edea6d6 commit 69666e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Target/X86/X86RegisterInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let Namespace = "X86" in {
// This is a slimy hack to make it possible to say that flags are clobbered...
// Ideally we'd model instructions based on which particular flag(s) they
// could clobber.
def EFLAGS : Register;
//def EFLAGS : Register;
}

//===----------------------------------------------------------------------===//
Expand Down Expand Up @@ -96,5 +96,5 @@ def RFP : RegisterClass<f80, 4, [FP0, FP1, FP2, FP3, FP4, FP5, FP6]>;

// Registers which cannot be allocated... and are thus left unnamed.
def : RegisterClass<f80, 4, [ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7]>;
def : RegisterClass<i16, 2, [EFLAGS]>;
//def : RegisterClass<i16, 2, [EFLAGS]>;

0 comments on commit 69666e5

Please sign in to comment.