summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-10 23:58:45 +0000
committerChris Lattner <sabre@nondot.org>2006-11-10 23:58:45 +0000
commit94e509caeab08edb27849ea9be5dc80e74d95f38 (patch)
treef53e17fee16db6c932fc82711106978860cdc4df /lib/Target/PowerPC/PPCInstrFormats.td
parentde2b6605ba42a3d7ccbe75e773a1f910884faa3a (diff)
downloadllvm-94e509caeab08edb27849ea9be5dc80e74d95f38.tar.gz
llvm-94e509caeab08edb27849ea9be5dc80e74d95f38.tar.bz2
llvm-94e509caeab08edb27849ea9be5dc80e74d95f38.tar.xz
implement preinc support for r+i loads on ppc64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 2237beb9d2..ab02558e0e 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -191,10 +191,6 @@ class DSForm_1<bits<6> opcode, bits<2> xo, dag OL, string asmstr,
let Inst{30-31} = xo;
}
-class DSForm_2<bits<6> opcode, bits<2> xo, dag OL, string asmstr,
- InstrItinClass itin, list<dag> pattern>
- : DSForm_1<opcode, xo, OL, asmstr, itin, pattern>;
-
// 1.7.6 X-Form
class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>