In the .loc directive, print the fields as "debug" fields, so they
authorDan Gohman <gohman@apple.com>
Thu, 26 Jul 2007 15:24:15 +0000 (15:24 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 26 Jul 2007 15:24:15 +0000 (15:24 +0000)
don't get decorated as if for immediate fields for instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40529 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index e0d284f73f78166c928212a4af7b4adc6c20b450..906e7b210b13c893ca97f0ba1ac6fd7a7c4975b7 100644 (file)
@@ -2498,7 +2498,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, $line, $col",
+                    "; .loc ${file:debug}, ${line:debug}, ${col:debug}",
                     [(dwarf_loc (i32 imm:$line), (i32 imm:$col),
                       (i32 imm:$file))]>;