aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/prototype_bt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/prototype_bt.ll')
-rw-r--r--test/Integer/prototype_bt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Integer/prototype_bt.ll b/test/Integer/prototype_bt.ll
index c3dc6b2..f1be2aa 100644
--- a/test/Integer/prototype_bt.ll
+++ b/test/Integer/prototype_bt.ll
@@ -4,11 +4,11 @@
implementation
-declare i31 "bar"(i31 %in)
+declare i31 @"bar"(i31 %in)
-define i31 "foo"(i31 %blah)
+define i31 @"foo"(i31 %blah)
begin
- %xx = call i31 %bar(i31 %blah)
+ %xx = call i31 @bar(i31 %blah)
ret i31 %xx
end