diff options
Diffstat (limited to 'test/torture-s/pr25125.c.s')
-rw-r--r-- | test/torture-s/pr25125.c.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/torture-s/pr25125.c.s b/test/torture-s/pr25125.c.s index a24316d33..1ca9c3659 100644 --- a/test/torture-s/pr25125.c.s +++ b/test/torture-s/pr25125.c.s @@ -11,7 +11,8 @@ f: # @f # BB#0: # %entry i32.const $1=, 0 block - i32.gt_s $push0=, $0, $1 + i32.const $push6=, 0 + i32.gt_s $push0=, $0, $pop6 br_if $pop0, 0 # 0: down to label0 # BB#1: # %if.end i32.const $push1=, 65535 |