Fix bug when i128 ebb param is unused

This commit is contained in:
bjorn3
2019-06-29 14:37:05 +02:00
committed by Dan Gohman
parent 44ecc9c3d0
commit d9ee08c088
3 changed files with 90 additions and 36 deletions

View File

@@ -0,0 +1,10 @@
test compile
target x86_64
function u0:0(i128) system_v {
ebb0(v0: i128):
jump ebb1(v0)
ebb1(v1: i128):
return
}