diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 23:09:14 +0000 | 
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 23:09:14 +0000 | 
| commit | 6a64320da86b608a01d5d3ddf69f45c658c8a901 (patch) | |
| tree | 907b87b20aaf8b06ffa54982e37940c75d1b6afa /llvm/lib | |
| parent | 703d0b978a17cb9df642dc4b9456e0d74b11125f (diff) | |
| download | bcm5719-llvm-6a64320da86b608a01d5d3ddf69f45c658c8a901.tar.gz bcm5719-llvm-6a64320da86b608a01d5d3ddf69f45c658c8a901.zip  | |
Renamed NVdImmFrm to N1RegModImmFrm.
llvm-svn: 99344
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index d27da5b4442..604397c8b55 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -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;  | 

