summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-14 22:44:13 +0000
committerChris Lattner <sabre@nondot.org>2005-10-14 22:44:13 +0000
commit617742b1b8b7fbb07b4ab5db7c292bff78d709f6 (patch)
tree2d25438f57a392929e5eeed4df573f0cfeb67159 /lib/Target/PowerPC/PPCInstrInfo.h
parent14e2cf62f43130a6ba5c4c72f83051a452633d8b (diff)
downloadllvm-617742b1b8b7fbb07b4ab5db7c292bff78d709f6.tar.gz
llvm-617742b1b8b7fbb07b4ab5db7c292bff78d709f6.tar.bz2
llvm-617742b1b8b7fbb07b4ab5db7c292bff78d709f6.tar.xz
Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions
from the .td file that correspond to it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h
index bbc0be4cd5..8a230897e7 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/lib/Target/PowerPC/PPCInstrInfo.h
@@ -14,11 +14,12 @@
#ifndef POWERPC32_INSTRUCTIONINFO_H
#define POWERPC32_INSTRUCTIONINFO_H
-#include "PowerPCInstrInfo.h"
+#include "PowerPC.h"
+#include "llvm/Target/TargetInstrInfo.h"
#include "PPC32RegisterInfo.h"
namespace llvm {
-
+
class PPC32InstrInfo : public TargetInstrInfo {
const PPC32RegisterInfo RI;
public: