diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-11-23 21:16:35 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-11-23 21:16:35 +0000 |
commit | 7054ac1b8b2c798e39936160de689fa3246dc41b (patch) | |
tree | 27875837c0c9f635988d261eef03df6a70b12e2f /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | |
parent | a15b4b6af29153cdba1b7f3577f77e1b99011181 (diff) | |
download | bcm5719-llvm-7054ac1b8b2c798e39936160de689fa3246dc41b.tar.gz bcm5719-llvm-7054ac1b8b2c798e39936160de689fa3246dc41b.zip |
[WebAssembly] Model the return value of store instructions in wasm.
llvm-svn: 253916
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll index e62a8c88ef9..742c42c22e5 100644 --- a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll +++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll @@ -184,7 +184,7 @@ entry: ; CHECK-LABEL: minimal_loop: ; CHECK-NOT: br ; CHECK: BB7_1: -; CHECK: i32.store $0, $pop{{[0-9]+}}{{$}} +; CHECK: i32.store $discard, $0, $pop{{[0-9]+}}{{$}} ; CHECK: br BB7_1{{$}} ; CHECK: BB7_2: define i32 @minimal_loop(i32* %p) { |