aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ghc-tcreturn-lowered.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ghc-tcreturn-lowered.ll')
-rw-r--r--test/CodeGen/ARM/ghc-tcreturn-lowered.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ghc-tcreturn-lowered.ll b/test/CodeGen/ARM/ghc-tcreturn-lowered.ll
index 9731b3d..f34f8f1 100644
--- a/test/CodeGen/ARM/ghc-tcreturn-lowered.ll
+++ b/test/CodeGen/ARM/ghc-tcreturn-lowered.ll
@@ -16,6 +16,6 @@ define ghccc void @test_indirect_tail() {
; CHECK-LABEL: test_indirect_tail:
; CHECK: bx {{r[0-9]+}}
%func = load void()*, void()** @ind_func
- tail call ghccc void()* %func()
+ tail call ghccc void() %func()
ret void
}