Define the ClassPrefix for SparcV9.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-08-09 17:46:49 +00:00
parent 929072eb04
commit 0f5702237b

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