Define a ClassPrefix for PowerPC.

llvm-svn: 15580
This commit is contained in:
Misha Brukman 2004-08-09 17:46:26 +00:00
parent 5f8e406838
commit 1547d8e8d0

View File

@ -56,6 +56,7 @@ 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;
}