diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-11-23 21:55:57 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-11-23 21:55:57 +0000 |
commit | 700515fa929495428201f9d19198dd4bab4ec35e (patch) | |
tree | e523f08b3cb235e7ababd995f805e7b52aba3d82 /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | |
parent | 2e1d85a09e140e6c41e8b575511e43df28186eb2 (diff) | |
download | bcm5719-llvm-700515fa929495428201f9d19198dd4bab4ec35e.tar.gz bcm5719-llvm-700515fa929495428201f9d19198dd4bab4ec35e.zip |
[WebAssembly] Suffix output operands with '='.
This distinguishes input operands from output operands. This is something of
a syntactic experiment to see whether the mild amount of clutter this adds is
outweighed by the extra information it conveys to the reader.
llvm-svn: 253922
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 742c42c22e5..4f912f32924 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 $discard, $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) { |