summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/globl.ll
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-08-25 22:58:05 +0000
committerJF Bastien <jfb@google.com>2015-08-25 22:58:05 +0000
commitb6091dfe0f9237184e825e4915cf36c9e64a6c5e (patch)
treeaecba3e39b73d781f260178ae49cad5a23f16858 /llvm/test/CodeGen/WebAssembly/globl.ll
parente283c5529e3c0ee7134470d40c8f30a3ef5e1fd4 (diff)
downloadbcm5719-llvm-b6091dfe0f9237184e825e4915cf36c9e64a6c5e.tar.gz
bcm5719-llvm-b6091dfe0f9237184e825e4915cf36c9e64a6c5e.zip
WebAssembly: emit `(func (param t) (result t))` s-expressions
Summary: Match spec format: https://github.com/WebAssembly/spec/blob/master/ml-proto/test/fac.wasm Reviewers: sunfish Subscribers: llvm-commits, jfb Differential Revision: http://reviews.llvm.org/D12307 llvm-svn: 245986
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/globl.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/globl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/globl.ll b/llvm/test/CodeGen/WebAssembly/globl.ll
index 571f793e3b7..8d8218f4842 100644
--- a/llvm/test/CodeGen/WebAssembly/globl.ll
+++ b/llvm/test/CodeGen/WebAssembly/globl.ll
@@ -8,7 +8,7 @@ target triple = "wasm32-unknown-unknown"
; CHECK-NOT: globl
; CHECK: ;; .globl foo
; CHECK-NOT: globl
-; CHECK-LABEL: foo:
+; CHECK-LABEL: (func $foo
define void @foo() {
ret void
}
OpenPOWER on IntegriCloud