diff --git a/llvm/lib/Target/X86/X86RegisterInfo.td b/llvm/lib/Target/X86/X86RegisterInfo.td index e08b0892becc..85dbcadec4e2 100644 --- a/llvm/lib/Target/X86/X86RegisterInfo.td +++ b/llvm/lib/Target/X86/X86RegisterInfo.td @@ -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; } //===----------------------------------------------------------------------===// @@ -96,5 +96,5 @@ def RFP : RegisterClass; // Registers which cannot be allocated... and are thus left unnamed. def : RegisterClass; -def : RegisterClass; +//def : RegisterClass;