summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-26 15:24:15 +0000
committerDan Gohman <gohman@apple.com>2007-07-26 15:24:15 +0000
commitc9edd977ea797abf02262e7471ec48ee14025bb3 (patch)
treef7f9043219382eee9f7c37ea3bbd8f6f6e7565e6 /llvm/lib/Target
parentcecd4b3793f285d4999bf805b9658243560c2ac8 (diff)
downloadbcm5719-llvm-c9edd977ea797abf02262e7471ec48ee14025bb3.tar.gz
bcm5719-llvm-c9edd977ea797abf02262e7471ec48ee14025bb3.zip
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
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index e0d284f73f7..906e7b210b1 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -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))]>;
OpenPOWER on IntegriCloud