diff options
author | Craig Topper <craig.topper@gmail.com> | 2013-07-22 09:58:07 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2013-07-22 09:58:07 +0000 |
commit | 1011c13f15339632d2edd669dcb3ce22303a26a6 (patch) | |
tree | d7eeee70bb181562ef3d2dfe824489aae7c82aa0 /lib/Target/X86/X86InstrFPStack.td | |
parent | 0ff6cf7f7e491a7b8179e7c62a266575fb4d523c (diff) |
More Intel syntax alias fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrFPStack.td')
-rw-r--r-- | lib/Target/X86/X86InstrFPStack.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrFPStack.td b/lib/Target/X86/X86InstrFPStack.td index 2224a08d59f..dfff537f907 100644 --- a/lib/Target/X86/X86InstrFPStack.td +++ b/lib/Target/X86/X86InstrFPStack.td @@ -578,7 +578,7 @@ def COM_FIPr : FPI<0xF0, AddRegFrm, (outs), (ins RST:$reg), let SchedRW = [WriteALU] in { let Defs = [AX], Uses = [FPSW] in def FNSTSW16r : I<0xE0, RawFrm, // AX = fp flags - (outs), (ins), "fnstsw %ax", + (outs), (ins), "fnstsw\t{%ax|AX}", [(set AX, (X86fp_stsw FPSW))], IIC_FNSTSW>, DF; def FNSTCW16m : I<0xD9, MRM7m, // [mem16] = X87 control world |