mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-22 10:36:10 +00:00
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:
parent
2b27b88716
commit
57e177c58b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user