AMDPGU/SI: Use correct resource descriptors for VI on HSA
[oota-llvm.git] / test / CodeGen / PowerPC / 2010-03-09-indirect-call.ll
index b95ac6880758bcac5a96b540d791a5a678e3eb7a..0599b74a69f52f50d51be43ecf4a93444fbaf172 100644 (file)
@@ -11,8 +11,8 @@ define void @foo() nounwind ssp {
 entry:
 ; CHECK: mtctr r12
 ; CHECK: bctrl
-  %0 = load void (...)** @p, align 4              ; <void (...)*> [#uses=1]
-  call void (...)* %0() nounwind
+  %0 = load void (...)*, void (...)** @p, align 4              ; <void (...)*> [#uses=1]
+  call void (...) %0() nounwind
   br label %return
 
 return:                                           ; preds = %entry