Fix 80col violation
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 5 May 2008 17:08:59 +0000 (17:08 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 5 May 2008 17:08:59 +0000 (17:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50654 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Instr64bit.td

index 25a7b56ace0652f5e07b2ee41775cec805e59984..55f8ca39903852b035dcd2e35693e760ac93b519 100644 (file)
@@ -1107,7 +1107,7 @@ def MOV64ri64i32 : Ii32<0xB8, AddRegFrm, (outs GR64:$dst), (ins i64i32imm:$src),
 //===----------------------------------------------------------------------===//
 
 def TLS_addr64 : I<0, Pseudo, (outs GR64:$dst), (ins i64imm:$sym),
-                  ".byte\t0x66; leaq\t${sym:mem}(%rip), $dst; .word\t0x6666; rex64",
+              ".byte\t0x66; leaq\t${sym:mem}(%rip), $dst; .word\t0x6666; rex64",
                   [(set GR64:$dst, (X86tlsaddr tglobaltlsaddr:$sym))]>;
 
 //===----------------------------------------------------------------------===//