Files
wasmtime/cranelift/filetests/isa/x86/nop.clif
2018-08-27 16:28:24 -07:00

11 lines
129 B
Plaintext

test compile
target x86_64
function %test(i32) -> i32 system_v {
ebb0(v0: i32):
nop
v1 = iconst.i32 42
return v1
}