Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
[oota-llvm.git] / test / CodeGen / PowerPC / 2010-03-09-indirect-call.ll
index d09450950d00b7f016035bd8b429133a4172da95..b95ac6880758bcac5a96b540d791a5a678e3eb7a 100644 (file)
@@ -10,6 +10,7 @@ target triple = "powerpc-apple-darwin11.0"
 define void @foo() nounwind ssp {
 entry:
 ; CHECK: mtctr r12
+; CHECK: bctrl
   %0 = load void (...)** @p, align 4              ; <void (...)*> [#uses=1]
   call void (...)* %0() nounwind
   br label %return