Renamed NVdImmFrm to N1RegModImmFrm.

llvm-svn: 99344
This commit is contained in:
Johnny Chen 2010-03-23 23:09:14 +00:00
parent 703d0b978a
commit 6a64320da8
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ def MiscFrm : Format<29>;
def ThumbMiscFrm : Format<30>;
def NLdStFrm : Format<31>;
def NVdImmFrm : Format<32>;
def N1RegModImmFrm : Format<32>;
def NVdVmImmFrm : Format<33>;
def NVdVmVCVTFrm : Format<34>;
@ -1538,7 +1538,7 @@ class N1ModImm<bit op23, bits<3> op21_19, bits<4> op11_8, bit op7, bit op6,
dag oops, dag iops, InstrItinClass itin,
string opc, string dt, string asm, string cstr,
list<dag> pattern>
: NDataI<oops, iops, NVdImmFrm, itin, opc, dt, asm, cstr, pattern> {
: NDataI<oops, iops, N1RegModImmFrm, itin, opc, dt, asm, cstr, pattern> {
let Inst{23} = op23;
let Inst{21-19} = op21_19;
let Inst{11-8} = op11_8;