aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Compilers/Z/Bounds/Pipeline/Definition.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Compilers/Z/Bounds/Pipeline/Definition.v b/src/Compilers/Z/Bounds/Pipeline/Definition.v
index b9258e4f9..98f00aae8 100644
--- a/src/Compilers/Z/Bounds/Pipeline/Definition.v
+++ b/src/Compilers/Z/Bounds/Pipeline/Definition.v
@@ -81,6 +81,8 @@ Definition PostWfPipeline
e input_bounds
(let e := InlineConst e in
let e := SimplifyArith e in
+ let e := InlineConst e in
+ let e := SimplifyArith e in
let e := ANormal e in
let e := InlineConst e in
(*let e := CSE false e in*)