Define the target name so we can use it via TableGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-08-10 15:29:15 +00:00
parent 2b27b88716
commit 57e177c58b

View File

@ -23,6 +23,7 @@ include "SparcV9_Reg.td"
class InstV9 : Instruction { // SparcV9 instruction baseline
field bits<32> Inst;
let Name = "SparcV9";
let Namespace = "V9";
bits<2> op;