Split ARM and AArch64 emutls.ll test
[oota-llvm.git] / test / CodeGen / ARM / ghc-tcreturn-lowered.ll
index 623b4220c21fd98665dfea04ef7ed14a0dedd7b0..f34f8f1a66c1318e39d92d5f628c14e279c84375 100644 (file)
@@ -15,7 +15,7 @@ define ghccc void @test_direct_tail() {
 define ghccc void @test_indirect_tail() {
 ; CHECK-LABEL: test_indirect_tail:
 ; CHECK: bx {{r[0-9]+}}
-  %func = load void()** @ind_func
-  tail call ghccc void()* %func()
+  %func = load void()*, void()** @ind_func
+  tail call ghccc void() %func()
   ret void
 }