Rename nop.cton to nop.clif.

This commit is contained in:
Dan Gohman
2018-08-27 08:03:06 -07:00
parent 8e74a4f8fc
commit eab8f784fa

View File

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