[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
[oota-llvm.git] / test / CodeGen / WebAssembly / func.ll
index 137d63197f684ed0fa8b55380d0ff776518214ce..9857dadee414d1e285456b2265cda4f996aa2954 100644 (file)
@@ -7,6 +7,7 @@ target triple = "wasm32-unknown-unknown"
 
 ; CHECK-LABEL: f0:
 ; CHECK: return{{$}}
+; CHECK: .endfunc{{$}}
 ; CHECK: .size f0,
 define void @f0() {
   ret void