mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Correct a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -302,7 +302,7 @@ namespace ISD {
|
|||||||
/// Simple abstract vector operators. Unlike the integer and floating point
|
/// Simple abstract vector operators. Unlike the integer and floating point
|
||||||
/// binary operators, these nodes also take two additional operands:
|
/// binary operators, these nodes also take two additional operands:
|
||||||
/// a constant element count, and a value type node indicating the type of
|
/// a constant element count, and a value type node indicating the type of
|
||||||
/// the elements. The order is count, type, op0, op1. All vector opcodes,
|
/// the elements. The order is op0, op1, count, type. All vector opcodes,
|
||||||
/// including VLOAD and VConstant must currently have count and type as
|
/// including VLOAD and VConstant must currently have count and type as
|
||||||
/// their last two operands.
|
/// their last two operands.
|
||||||
VADD, VSUB, VMUL, VSDIV, VUDIV,
|
VADD, VSUB, VMUL, VSDIV, VUDIV,
|
||||||
|
Reference in New Issue
Block a user