Fix linking when we copy over only a decl.
[oota-llvm.git] / test / CodeGen / PowerPC / 2012-11-16-mischedcall.ll
index e89da3d1f727c0592b1584f61d091c1e9d896d05..35e3fdd26e7231d54872af3b50d4a937bc4fb279 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=ppc64 -enable-misched < %s | FileCheck %s
+; RUN: llc -mtriple=powerpc64-bgq-linux -enable-misched < %s | FileCheck %s
 ;
 ; PR14315: misched should not move the physreg copy of %t below the calls.
 
@@ -9,8 +9,8 @@ declare void @init() nounwind
 declare void @clock() nounwind
 
 ; CHECK: %entry
-; CHECK: fmr f31, f1
-; CHECK: bl _init
+; CHECK: fmr 31, 1
+; CHECK: bl init
 define void @s332(double %t) nounwind {
 entry:
   tail call void @init()