mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fix wonky formatting.
llvm-svn: 113426
This commit is contained in:
parent
c51d7d1a8d
commit
7e0932fb43
@ -1631,7 +1631,7 @@ def Int_MemBarrierNoSSE64 : RI<0x09, MRM1r, (outs), (ins GR64:$zero),
|
||||
"lock\n\t"
|
||||
"or{q}\t{$zero, (%rsp)|(%rsp), $zero}",
|
||||
[(X86MemBarrierNoSSE GR64:$zero)]>,
|
||||
Requires<[In64BitMode]>, LOCK;
|
||||
Requires<[In64BitMode]>, LOCK;
|
||||
|
||||
let Defs = [RAX, EFLAGS], Uses = [RAX] in {
|
||||
def LCMPXCHG64 : RI<0xB1, MRMDestMem, (outs), (ins i64mem:$ptr, GR64:$swap),
|
||||
|
Loading…
Reference in New Issue
Block a user