diff options
Diffstat (limited to 'lib/Expr/Expr.cpp')
-rw-r--r-- | lib/Expr/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Expr/Expr.cpp b/lib/Expr/Expr.cpp index 57898969..3f5ef95f 100644 --- a/lib/Expr/Expr.cpp +++ b/lib/Expr/Expr.cpp @@ -38,7 +38,7 @@ namespace { unsigned Expr::count = 0; ref<Expr> Expr::createTempRead(const Array *array, Expr::Width w) { - UpdateList ul(array, true, 0); + UpdateList ul(array, 0); switch (w) { default: assert(0 && "invalid width"); |