diff --git a/test/Feature/calltest.ll b/test/Feature/calltest.ll index 8adbe493718..861d7632d41 100644 --- a/test/Feature/calltest.ll +++ b/test/Feature/calltest.ll @@ -9,11 +9,11 @@ declare int "test"() ; Differ only by vararg implementation -void "invoke"(%FunTy *%x) -begin +void "invoke"(%FunTy *%x) { %foo = call %FunTy* %x(int 123) + %foo2 = tail call %FunTy* %x(int 123) ret void -end +} int "main"(int %argc) ; TODO: , sbyte **argv, sbyte **envp) begin