In the .loc directive, print the fields as "debug" fields, so they

don't get decorated as if for immediate fields for instructions.

llvm-svn: 40529
This commit is contained in:
Dan Gohman 2007-07-26 15:24:15 +00:00
parent cecd4b3793
commit c9edd977ea
1 changed files with 1 additions and 1 deletions

View 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))]>;