Decouple SLOAD type and optional conversion.

This commit is contained in:
Mike Pall
2010-10-11 21:13:37 +02:00
parent cc62edebfd
commit b3cf2c70f4
5 changed files with 36 additions and 26 deletions

View File

@@ -218,7 +218,7 @@ typedef struct ScEvEntry {
IRRef1 stop; /* Constant stop reference. */
IRRef1 step; /* Constant step reference. */
IRType1 t; /* Scalar type. */
uint8_t dir; /* Direction. 0: +, 1: -. */
uint8_t dir; /* Direction. 1: +, 0: -. */
} ScEvEntry;
/* 128 bit SIMD constants. */