X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FPowerPC%2FPPCInstrFormats.td;h=bec1c5d3367388893510903d5b70a169c96deb66;hb=929072eb0460f3ea090cf68e4300a5a5e34c6e97;hp=7e54786f8c89a8ba55c2b147414d1e1bea8763ae;hpb=4ad7d1bee7405d1eb323e71671026ec7d8cd7405;p=oota-llvm.git diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index 7e54786f8c8..bec1c5d3367 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -56,6 +56,7 @@ class PPC32I opcode, bit ppc64, bit vmx> : Instruction { let Name = name; let Namespace = "PPC32"; + let ClassPrefix = "PowerPC"; let Inst{0-5} = opcode; }