From: Misha Brukman Date: Mon, 9 Aug 2004 18:13:09 +0000 (+0000) Subject: The (future) SparcV8 JIT would do well to have a class prefix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0b9bbd2244e5f518361cb0f73279b5ccb8e6ee25;p=oota-llvm.git The (future) SparcV8 JIT would do well to have a class prefix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15583 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 07491eb1c10..5e61d513295 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -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 diff --git a/lib/Target/SparcV8/SparcV8InstrInfo.td b/lib/Target/SparcV8/SparcV8InstrInfo.td index 07491eb1c10..5e61d513295 100644 --- a/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -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