summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/memory-addr64.ll
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-23 21:55:57 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-23 21:55:57 +0000
commit700515fa929495428201f9d19198dd4bab4ec35e (patch)
treee523f08b3cb235e7ababd995f805e7b52aba3d82 /llvm/test/CodeGen/WebAssembly/memory-addr64.ll
parent2e1d85a09e140e6c41e8b575511e43df28186eb2 (diff)
downloadbcm5719-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/memory-addr64.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/memory-addr64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/memory-addr64.ll b/llvm/test/CodeGen/WebAssembly/memory-addr64.ll
index 3def0428580..bb3fc271994 100644
--- a/llvm/test/CodeGen/WebAssembly/memory-addr64.ll
+++ b/llvm/test/CodeGen/WebAssembly/memory-addr64.ll
@@ -11,7 +11,7 @@ declare void @llvm.wasm.grow.memory.i64(i64) nounwind
; CHECK-LABEL: memory_size:
; CHECK-NEXT: .result i64{{$}}
; CHECK-NEXT: .local i64{{$}}
-; CHECK-NEXT: memory_size $0{{$}}
+; CHECK-NEXT: memory_size $0={{$}}
; CHECK-NEXT: return $0{{$}}
define i64 @memory_size() {
%a = call i64 @llvm.wasm.memory.size.i64()
OpenPOWER on IntegriCloud