From 432fba5572f6e576cf79105173a7c54aecdd6f98 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 5 Jun 2003 23:35:11 +0000 Subject: [PATCH] Added missing directive to store the instruction name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6639 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9_F3.td | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/SparcV9/SparcV9_F3.td b/lib/Target/SparcV9/SparcV9_F3.td index 46b702151d3..83809187ef3 100644 --- a/lib/Target/SparcV9/SparcV9_F3.td +++ b/lib/Target/SparcV9/SparcV9_F3.td @@ -217,6 +217,7 @@ class F3_15 opVal, bits<6> op3Val, set op = opVal; set op3 = op3Val; + set Name = name; set Inst{26-25} = cc; set Inst{18-14} = rs1; set Inst{13-5} = opfVal;