summaryrefslogtreecommitdiff
path: root/test/Feature/prototype.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/prototype.ll')
-rw-r--r--test/Feature/prototype.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/prototype.ll b/test/Feature/prototype.ll
index cea4f32b2b..6874ca6b53 100644
--- a/test/Feature/prototype.ll
+++ b/test/Feature/prototype.ll
@@ -4,7 +4,7 @@ declare int "bar"(int %in)
int "foo"(int %blah)
begin
- %xx = call int(int) %bar(int %blah)
+ %xx = call int %bar(int %blah)
ret int %xx
end