diff options
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r-- | src/ir/effects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h index 475e6f2b1..ad8f68efa 100644 --- a/src/ir/effects.h +++ b/src/ir/effects.h @@ -642,6 +642,7 @@ private: } } void visitArrayNew(ArrayNew* curr) {} + void visitArrayInit(ArrayInit* curr) {} void visitArrayGet(ArrayGet* curr) { parent.readsArray = true; // traps when the arg is null or the index out of bounds |