diff options
Diffstat (limited to 'test/Feature/calltest.ll')
-rw-r--r-- | test/Feature/calltest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/calltest.ll b/test/Feature/calltest.ll index f478e500df..192dca39fe 100644 --- a/test/Feature/calltest.ll +++ b/test/Feature/calltest.ll @@ -5,7 +5,7 @@ implementation int "main"(int %argc) ; TODO: , sbyte **argv, sbyte **envp) begin - %retval = call int (int) %test(int %argc) + %retval = call int (int) *%test(int %argc) %two = add int %retval, %retval ret int %two end |