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:
665235b
)
Define a ClassPrefix for PowerPC.
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 9 Aug 2004 17:46:26 +0000
(17:46 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 9 Aug 2004 17:46:26 +0000
(17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15580
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrFormats.td
b/lib/Target/PowerPC/PPCInstrFormats.td
index 7e54786f8c89a8ba55c2b147414d1e1bea8763ae..bec1c5d3367388893510903d5b70a169c96deb66 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrFormats.td
+++ b/
lib/Target/PowerPC/PPCInstrFormats.td
@@
-56,6
+56,7
@@
class PPC32I<string name, bits<6> opcode, bit ppc64, bit vmx> : Instruction {
let Name = name;
let Namespace = "PPC32";
+ let ClassPrefix = "PowerPC";
let Inst{0-5} = opcode;
}