aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/aliases.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/aliases.ll')
-rw-r--r--test/Feature/aliases.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/aliases.ll b/test/Feature/aliases.ll
index f03e3cf..b3b9ceb 100644
--- a/test/Feature/aliases.ll
+++ b/test/Feature/aliases.ll
@@ -35,7 +35,7 @@ entry:
%tmp0 = load i32, i32* @bar_i
%tmp2 = call i32 @foo_f()
%tmp3 = add i32 %tmp, %tmp2
- %tmp4 = call %FunTy* @bar_f()
+ %tmp4 = call %FunTy @bar_f()
%tmp5 = add i32 %tmp3, %tmp4
%tmp6 = add i32 %tmp1, %tmp5
%tmp7 = add i32 %tmp6, %tmp0