The (future) SparcV8 JIT would do well to have a class prefix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-08-09 18:13:09 +00:00
parent eb178c146a
commit 0b9bbd2244
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class InstV8 : Instruction { // SparcV8 instruction baseline
field bits<32> Inst;
let Namespace = "V8";
let ClassPrefix = "SparcV8";
bits<2> op;
let Inst{31-30} = op; // Top two bits are the 'op' field

View File

@ -19,6 +19,7 @@ class InstV8 : Instruction { // SparcV8 instruction baseline
field bits<32> Inst;
let Namespace = "V8";
let ClassPrefix = "SparcV8";
bits<2> op;
let Inst{31-30} = op; // Top two bits are the 'op' field