Added missing directive to store the instruction name.

llvm-svn: 6639
This commit is contained in:
Misha Brukman 2003-06-05 23:35:11 +00:00
parent 90fd75efa4
commit 97a04b24cc
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class F3_15<bits<2> 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;