diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 21:35:03 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-03-23 21:35:03 +0000 |
commit | 8a687233e314921c6480112106f92a9c21de01ec (patch) | |
tree | 499e42d0cd7b8024ea920d0922a096663d2ec12c /llvm/lib | |
parent | 5be6d5a6a97e969c6b5a06d2c7bbf8a0b80c4cdb (diff) | |
download | bcm5719-llvm-8a687233e314921c6480112106f92a9c21de01ec.tar.gz bcm5719-llvm-8a687233e314921c6480112106f92a9c21de01ec.zip |
Fix typo in the comment for N3VX class.
llvm-svn: 99328
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index 00c2ceea7a0..d27da5b4442 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -1604,7 +1604,7 @@ class N3V<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6, bit op4, let Inst{4} = op4; } -// Same as N3VX except it doesn't have a data type suffix. +// Same as N3V except it doesn't have a data type suffix. class N3VX<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6, bit op4, dag oops, dag iops, InstrItinClass itin, |