mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Fix a whitespace difference between CMPSSrr and CMPSDrr.
llvm-svn: 40528
This commit is contained in:
parent
b7c799015b
commit
1bfc3f0d09
@ -349,8 +349,7 @@ let isTwoAddress = 1 in {
|
||||
let isTwoAddress = 1 in {
|
||||
def CMPSSrr : SSI<0xC2, MRMSrcReg,
|
||||
(outs FR32:$dst), (ins FR32:$src1, FR32:$src, SSECC:$cc),
|
||||
"cmp${cc}ss {$src, $dst|$dst, $src}",
|
||||
[]>;
|
||||
"cmp${cc}ss {$src, $dst|$dst, $src}", []>;
|
||||
def CMPSSrm : SSI<0xC2, MRMSrcMem,
|
||||
(outs FR32:$dst), (ins FR32:$src1, f32mem:$src, SSECC:$cc),
|
||||
"cmp${cc}ss {$src, $dst|$dst, $src}", []>;
|
||||
|
Loading…
Reference in New Issue
Block a user