summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/thumb_indirect_calls.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/thumb_indirect_calls.ll')
-rw-r--r--test/CodeGen/ARM/thumb_indirect_calls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/thumb_indirect_calls.ll b/test/CodeGen/ARM/thumb_indirect_calls.ll
index 16a55a8..9f1950c 100644
--- a/test/CodeGen/ARM/thumb_indirect_calls.ll
+++ b/test/CodeGen/ARM/thumb_indirect_calls.ll
@@ -6,7 +6,7 @@
; CHECK-LABEL foo:
define void @foo(i32 %x) {
entry:
- %0 = load void (i32)** @f, align 4
+ %0 = load void (i32)*, void (i32)** @f, align 4
tail call void %0(i32 %x)
ret void