diff options
author | Craig Topper <craig.topper@gmail.com> | 2013-07-23 06:45:34 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2013-07-23 06:45:34 +0000 |
commit | 9564c1e9b800896a2715ea313f7289945352b6d1 (patch) | |
tree | 2b578073455c181ccc458803ee63a1b13c58a092 /lib/Target/X86/X86InstrFPStack.td | |
parent | c679d6b461932966eb99b218845fd69df2257e82 (diff) | |
download | external_llvm-9564c1e9b800896a2715ea313f7289945352b6d1.zip external_llvm-9564c1e9b800896a2715ea313f7289945352b6d1.tar.gz external_llvm-9564c1e9b800896a2715ea313f7289945352b6d1.tar.bz2 |
Remove some errant space charcters in mnemonic strings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186932 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 dfff537..32f13206 100644 --- a/lib/Target/X86/X86InstrFPStack.td +++ b/lib/Target/X86/X86InstrFPStack.td @@ -343,7 +343,7 @@ def CMOVBE_F : FPI<0xD0, AddRegFrm, (outs RST:$op), (ins), def CMOVE_F : FPI<0xC8, AddRegFrm, (outs RST:$op), (ins), "fcmove\t{$op, %st(0)|ST(0), $op}">, DA; def CMOVP_F : FPI<0xD8, AddRegFrm, (outs RST:$op), (ins), - "fcmovu\t {$op, %st(0)|ST(0), $op}">, DA; + "fcmovu\t{$op, %st(0)|ST(0), $op}">, DA; def CMOVNB_F : FPI<0xC0, AddRegFrm, (outs RST:$op), (ins), "fcmovnb\t{$op, %st(0)|ST(0), $op}">, DB; def CMOVNBE_F: FPI<0xD0, AddRegFrm, (outs RST:$op), (ins), |