projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929072e
)
Define the ClassPrefix for SparcV9.
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 9 Aug 2004 17:46:49 +0000
(17:46 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 9 Aug 2004 17:46:49 +0000
(17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15581
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9.td
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9.td
b/lib/Target/SparcV9/SparcV9.td
index f78317ddaeddec54650146bf01123c5e251a1a55..2adc5006de7a90a159ab762624783e3743ecdc5c 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9.td
+++ b/
lib/Target/SparcV9/SparcV9.td
@@
-24,6
+24,7
@@
class InstV9 : Instruction { // SparcV9 instruction baseline
field bits<32> Inst;
let Namespace = "V9";
+ let ClassPrefix = "SparcV9";
bits<2> op;
let Inst{31-30} = op; // Top two bits are the 'op' field