diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 18:13:09 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 18:13:09 +0000 |
commit | 0b9bbd2244e5f518361cb0f73279b5ccb8e6ee25 (patch) | |
tree | 70147eb0939084b9dfb748d875da44671cd96de1 /lib/Target/Sparc | |
parent | eb178c146a0f56cca8421eda9fb6ed2a8c73a2b4 (diff) |
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
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 07491eb1c1..5e61d51329 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 |