Skip to content

Commit

Permalink
Revert change in commonSubexpressionEliminator test
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jun 7, 2023
1 parent cd2a26b commit 011d6b0
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
function f() -> r {
let a := 0
let b := a
}
let a := mul(1, codesize())
let b := mul(1, codesize())
}
// ----
// step: commonSubexpressionEliminator
//
// {
// function f() -> r
// {
// let a := 0
// let b := a
// }
// let a := mul(1, codesize())
// let b := a
// }

0 comments on commit 011d6b0

Please sign in to comment.