aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-23 23:20:51 +0000
committerDan Gohman <gohman@apple.com>2009-11-23 23:20:51 +0000
commit735afe14eea8049bf69210ce8a3512e391fc643f (patch)
tree0e4f0fc08e04c111db5fe45a389a34818c47eafe /lib/Target/PowerPC/PPCInstrInfo.td
parent0261d795f83a45dd53d82e511ae672d6d1f4e298 (diff)
downloadexternal_llvm-735afe14eea8049bf69210ce8a3512e391fc643f.zip
external_llvm-735afe14eea8049bf69210ce8a3512e391fc643f.tar.gz
external_llvm-735afe14eea8049bf69210ce8a3512e391fc643f.tar.bz2
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Note that "hasDotLocAndDotFile"-style debug info was already broken; people wanting this functionality should implement it in the AsmPrinter/DwarfWriter code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index f5c095a..2b3f80d 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -1358,15 +1358,6 @@ def RLWNM : MForm_2<23,
//===----------------------------------------------------------------------===//
-// DWARF Pseudo Instructions
-//
-
-def DWARF_LOC : Pseudo<(outs), (ins i32imm:$line, i32imm:$col, i32imm:$file),
- "${:comment} .loc $file, $line, $col",
- [(dwarf_loc (i32 imm:$line), (i32 imm:$col),
- (i32 imm:$file))]>;
-
-//===----------------------------------------------------------------------===//
// PowerPC Instruction Patterns
//