Fix the syntax for the .loc directive in preparation for using it.
authorDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 19:25:06 +0000 (19:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Sep 2007 19:25:06 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42268 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index dde59fc04be4f6ac5df4c61b395432364ce631f0..17bb8e65fdcad2ac9b4a288a8e2cf1e57ef7b63b 100644 (file)
@@ -2434,7 +2434,7 @@ def TLS_tp : I<0, Pseudo, (outs GR32:$dst), (ins),
 
 def DWARF_LOC   : I<0, Pseudo, (outs),
                     (ins i32imm:$line, i32imm:$col, i32imm:$file),
-                    "; .loc ${file:debug}, ${line:debug}, ${col:debug}",
+                    ".loc\t${file:debug} ${line:debug} ${col:debug}",
                     [(dwarf_loc (i32 imm:$line), (i32 imm:$col),
                       (i32 imm:$file))]>;