Fix check for reuse of SCEV results in FORL.

This commit is contained in:
Mike Pall
2014-03-27 23:29:30 +01:00
parent c03be1210c
commit 095344ce7c
2 changed files with 4 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ typedef struct BPropEntry {
/* Scalar evolution analysis cache. */
typedef struct ScEvEntry {
MRef pc; /* Bytecode PC of FORI. */
IRRef1 idx; /* Index reference. */
IRRef1 start; /* Constant start reference. */
IRRef1 stop; /* Constant stop reference. */