Unverified Commit 19e7a9ef by van den Bosch Committed by GitHub

fix bug in unit test for stack alignment analysis (#325)

parent 170f44b1
...@@ -358,7 +358,7 @@ fn supports_commutative_and() { ...@@ -358,7 +358,7 @@ fn supports_commutative_and() {
}, },
); );
let mut proj = setup(vec![bitmask_and_var], true); let mut proj = setup(vec![bitmask_and_var, var_and_bitmask], true);
let log = substitute_and_on_stackpointer(proj.borrow_mut()); let log = substitute_and_on_stackpointer(proj.borrow_mut());
assert!(log.is_none()); assert!(log.is_none());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment