From: Misha Brukman Date: Tue, 10 Aug 2004 15:29:15 +0000 (+0000) Subject: Define the target name so we can use it via TableGen. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57e177c58b70d279626dcd80097ce431ed4157a4;p=oota-llvm.git 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 --- diff --git a/lib/Target/SparcV9/SparcV9.td b/lib/Target/SparcV9/SparcV9.td index f78317ddaed..0d329f47174 100644 --- a/lib/Target/SparcV9/SparcV9.td +++ b/lib/Target/SparcV9/SparcV9.td @@ -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;