[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)
[llvm-project.git] / lld / test / wasm / Inputs / tag-section1.ll
blob2a417b8b9de853b8734d52b88e7bfee8b8d34067
1 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
2 target triple = "wasm32-unknown-emscripten"
4 declare void @llvm.wasm.throw(i32, ptr)
6 define void @foo(ptr %p) {
7   call void @llvm.wasm.throw(i32 0, ptr %p)
8   ret void