mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Define the ClassPrefix for SparcV9.
llvm-svn: 15581
This commit is contained in:
parent
1547d8e8d0
commit
a78884fc8a
@ -24,6 +24,7 @@ class InstV9 : Instruction { // SparcV9 instruction baseline
|
||||
field bits<32> Inst;
|
||||
|
||||
let Namespace = "V9";
|
||||
let ClassPrefix = "SparcV9";
|
||||
|
||||
bits<2> op;
|
||||
let Inst{31-30} = op; // Top two bits are the 'op' field
|
||||
|
Loading…
Reference in New Issue
Block a user