[WebAssembly] Fix tests missed in rL374235

llvm-svn: 374259
This commit is contained in:
Thomas Lively 2019-10-09 23:06:38 +00:00
parent da6cb7ba4c
commit 3414bce07a
3 changed files with 4 additions and 4 deletions

View file

@ -9,5 +9,5 @@ body: |
liveins: $arguments
; CHECK: [[@LINE+1]]:24: expected integers after 'i'/'s'/'p' type character
%0:i32 = CONST_I32 i 0, implicit-def dead $arguments
RETURN_VOID implicit-def dead $arguments
RETURN implicit-def dead $arguments
...

View file

@ -9,5 +9,5 @@ body: |
liveins: $arguments
; CHECK: [[@LINE+1]]:24: a typed immediate operand should start with one of 'i', 's', or 'p'
%0:i32 = CONST_I32 abc 0, implicit-def dead $arguments
RETURN_VOID implicit-def dead $arguments
RETURN implicit-def dead $arguments
...

View file

@ -132,7 +132,7 @@ body: |
bb.7:
; predecessors: %bb.5, %bb.1
liveins: $value_stack
RETURN_VOID implicit-def $arguments
RETURN implicit-def $arguments
bb.8 (landing-pad):
; predecessors: %bb.4
@ -307,7 +307,7 @@ body: |
bb.9:
; predecessors: %bb.0, %bb.7
liveins: $value_stack
RETURN_VOID implicit-def $arguments
RETURN implicit-def $arguments
bb.10 (landing-pad):
; predecessors: %bb.4