diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/globl.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/globl.ll | 2 |
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 } |

