Fix typo in the comment for N3VX class.

llvm-svn: 99328
This commit is contained in:
Johnny Chen 2010-03-23 21:35:03 +00:00
parent 5be6d5a6a9
commit 8a687233e3
1 changed files with 1 additions and 1 deletions

View 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,