From b6091dfe0f9237184e825e4915cf36c9e64a6c5e Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 25 Aug 2015 22:58:05 +0000 Subject: 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 --- llvm/test/CodeGen/WebAssembly/globl.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/WebAssembly/globl.ll') 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 } -- cgit v1.2.3