diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:30:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:38:26 -0800 |
commit | 1caa54d87fedd079b9d7a889ffeb6425b0dd5d24 (patch) | |
tree | f725c34dd03e678b31fabde67a74f751919146e8 /src/relooper/test.txt | |
parent | e5ccf17e84e7a5102bf9e05ffef01e6672b4c15a (diff) |
share block ids in relooper among split blocks1.9.1
Diffstat (limited to 'src/relooper/test.txt')
-rw-r--r-- | src/relooper/test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/relooper/test.txt b/src/relooper/test.txt index cb02b867..82b02ad7 100644 --- a/src/relooper/test.txt +++ b/src/relooper/test.txt @@ -91,7 +91,7 @@ } default: { var $x_1 = $x_0; - label = 8; + label = 7; break L1; } } @@ -106,7 +106,7 @@ } } } - if (label == 8) { + if (label == 7) { // code 7 } // code 4 |