aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-12-16 22:45:29 +0000
committerJim Laskey <jlaskey@mac.com>2005-12-16 22:45:29 +0000
commitf5395cee6a24699a016b2e379cf4804b09ce5030 (patch)
treef3d1e7436810c4ed6e5bcbe66b60cb50ae866724 /lib/Target/PowerPC/PPCInstrInfo.td
parentd9e0ba49a4cf288eee9b58857b92a89f5a141c4b (diff)
downloadexternal_llvm-f5395cee6a24699a016b2e379cf4804b09ce5030.zip
external_llvm-f5395cee6a24699a016b2e379cf4804b09ce5030.tar.gz
external_llvm-f5395cee6a24699a016b2e379cf4804b09ce5030.tar.bz2
Added source file/line correspondence for dwarf (PowerPC only at this point.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 225017c..af7560b 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -922,6 +922,15 @@ def V_SET0 : VXForm_setzero<1220, (ops VRRC:$vD),
//===----------------------------------------------------------------------===//
+// DWARF Pseudo Instructions
+//
+
+def DWARF_LOC : Pseudo<(ops i32imm:$line, i32imm:$col, i32imm:$file),
+ "; .loc $file, $line, $col",
+ [(dwarf_loc (i32 imm:$line), (i32 imm:$col),
+ (i32 imm:$file))]>;
+
+//===----------------------------------------------------------------------===//
// PowerPC Instruction Patterns
//