mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 11:39:35 +00:00
Define a ClassPrefix for PowerPC.
llvm-svn: 15580
This commit is contained in:
parent
5f8e406838
commit
1547d8e8d0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user