Skip to content
Snippets Groups Projects
Commit 0eb9cee6 authored by Misha Brukman's avatar Misha Brukman
Browse files

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

llvm-svn: 15583
parent 18d27dc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment