fix wonky formatting.
authorChris Lattner <sabre@nondot.org>
Wed, 8 Sep 2010 22:22:10 +0000 (22:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Sep 2010 22:22:10 +0000 (22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113426 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Instr64bit.td

index fe12a97c77a201b6620295544b5382a0e4afebd3..307d4312a3b755dc2f400d0e6e09982053bd105f 100644 (file)
@@ -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),