The (future) SparcV8 JIT would do well to have a class prefix.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 9 Aug 2004 18:13:09 +0000 (18:13 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 9 Aug 2004 18:13:09 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15583 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SparcV8/SparcV8InstrInfo.td

index 07491eb1c10e8d5344c4a555c96655d74f1aabe2..5e61d5132950c28eabea9ce9e7a46dc308741ad4 100644 (file)
@@ -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
index 07491eb1c10e8d5344c4a555c96655d74f1aabe2..5e61d5132950c28eabea9ce9e7a46dc308741ad4 100644 (file)
@@ -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