From 8a687233e314921c6480112106f92a9c21de01ec Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 23 Mar 2010 21:35:03 +0000 Subject: [PATCH] Fix typo in the comment for N3VX class. llvm-svn: 99328 --- llvm/lib/Target/ARM/ARMInstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index 00c2ceea7a00..d27da5b44424 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -1604,7 +1604,7 @@ class N3V 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 op21_20, bits<4> op11_8, bit op6, bit op4, dag oops, dag iops, InstrItinClass itin,