Drop function that are deprecated since 2010.
[oota-llvm.git] / test / CodeGen / PowerPC / ppc64-calls.ll
index 707ba95235f27b9f0bf5fd2ab4c6e92e932abc91..23a14e6687d6075d47a8c4bec4375f9ff2437add 100644 (file)
@@ -73,7 +73,7 @@ define double @test_external(double %x) nounwind {
 @g = external global void ()*
 declare void @h(i64)
 define void @test_indir_toc_reload(i64 %x) {
-  %1 = load void ()** @g
+  %1 = load void ()*, void ()** @g
   call void %1()
   call void @h(i64 %x)
   ret void