aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-09 19:13:29 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-09 19:13:29 +0000
commit812402019264506bea49749b23d0ead1be9fde7c (patch)
treeb8fd3828ab61493f50afdd2e52fb5ae014cf27a2 /lib/Target/PowerPC/PPCInstrFormats.td
parentd7a5b2826cbef9d980893a41f39bab6948e9c852 (diff)
downloadexternal_llvm-812402019264506bea49749b23d0ead1be9fde7c.zip
external_llvm-812402019264506bea49749b23d0ead1be9fde7c.tar.gz
external_llvm-812402019264506bea49749b23d0ead1be9fde7c.tar.bz2
Remove ClassPrefix variable as it's no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index bec1c5d..7e54786 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -56,7 +56,6 @@ class PPC32I<string name, bits<6> opcode, bit ppc64, bit vmx> : Instruction {
let Name = name;
let Namespace = "PPC32";
- let ClassPrefix = "PowerPC";
let Inst{0-5} = opcode;
}