diff options
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r-- | lib/Target/X86/X86InstrInfo.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h index 66fd0beae8..1482b14005 100644 --- a/lib/Target/X86/X86InstrInfo.h +++ b/lib/Target/X86/X86InstrInfo.h @@ -133,7 +133,10 @@ namespace X86II { // FPTypeMask - Mask for all of the FP types... FPTypeMask = 7 << 14, - // Bits 17 -> 31 are unused + // PrintImplUses - Print out implicit uses in the assembly output. + PrintImplUses = 1 << 17 + + // Bits 18 -> 31 are unused }; } @@ -160,11 +163,6 @@ public: /// bool isNOPinstr(const MachineInstr &MI) const; - /// print - Print out an x86 instruction in intel syntax - /// - virtual void print(const MachineInstr *MI, std::ostream &O, - const TargetMachine &TM) const; - // getBaseOpcodeFor - This function returns the "base" X86 opcode for the // specified opcode number. // |