diff options
Diffstat (limited to 'test/torture-s/loop-7.c.s')
-rw-r--r-- | test/torture-s/loop-7.c.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/torture-s/loop-7.c.s b/test/torture-s/loop-7.c.s index f8b6bf0b6..b1550772b 100644 --- a/test/torture-s/loop-7.c.s +++ b/test/torture-s/loop-7.c.s @@ -34,7 +34,7 @@ foo: # @foo # BB#4: # %if.end5 return .LBB0_5: # %if.then4 - call abort + call abort@FUNCTION unreachable .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -72,11 +72,11 @@ main: # @main i32.gt_s $push8=, $2, $pop7 br_if $pop8, .LBB1_5 # BB#4: # %if.then4.i - call abort + call abort@FUNCTION unreachable .LBB1_5: # %foo.exit i32.const $push9=, 0 - call exit, $pop9 + call exit@FUNCTION, $pop9 unreachable .Lfunc_end1: .size main, .Lfunc_end1-main |