From 0b9bbd2244e5f518361cb0f73279b5ccb8e6ee25 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 9 Aug 2004 18:13:09 +0000 Subject: [PATCH] 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 --- lib/Target/Sparc/SparcInstrInfo.td | 1 + lib/Target/SparcV8/SparcV8InstrInfo.td | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1