OSDN Git Service

Define the target name so we can use it via TableGen.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 10 Aug 2004 15:29:15 +0000 (15:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 10 Aug 2004 15:29:15 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15604 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9.td

index f78317d..0d329f4 100644 (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;