Fix typo in the comment for N3VX class.
authorJohnny Chen <johnny.chen@apple.com>
Tue, 23 Mar 2010 21:35:03 +0000 (21:35 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Tue, 23 Mar 2010 21:35:03 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99328 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrFormats.td

index 00c2ceea7a00df8dfb87e9c80d113f78cf7ea0a0..d27da5b44424b40bd52631d85ddd3027e5a22dcf 100644 (file)
@@ -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,