From 0f5702237b0e2177f9a02ab5c1017b8d721b7897 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 9 Aug 2004 17:46:49 +0000 Subject: [PATCH] Define the ClassPrefix for SparcV9. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15581 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9.td | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/SparcV9/SparcV9.td b/lib/Target/SparcV9/SparcV9.td index f78317ddaed..2adc5006de7 100644 --- 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