Define the ClassPrefix for SparcV9.

llvm-svn: 15581
This commit is contained in:
Misha Brukman 2004-08-09 17:46:49 +00:00
parent d210ed1855
commit 11bbbb9cdd
1 changed files with 1 additions and 0 deletions

View File

@ -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