[LoopVectorizer] Propagate underlying instruction to the cloned instances of VPPartia...
[llvm-project.git] / lld / test / wasm / Inputs / start-lib1.s
blob229f67a4bd897f8abefb6d577ed9db6225b22591
1 .functype bar () -> ()
3 .globl foo
4 foo:
5 .functype foo () -> ()
6 call bar
7 end_function