[llvm-commits] [llvm] r168249 - /llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
Andrew Trick
atrick at apple.com
Fri Nov 16 19:39:27 PST 2012
Author: atrick
Date: Fri Nov 16 21:39:26 2012
New Revision: 168249
URL: http://llvm.org/viewvc/llvm-project?rev=168249&view=rev
Log:
Silence the buildbots for this test while I figure out the triple
Modified:
llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll?rev=168249&r1=168248&r2=168249&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll Fri Nov 16 21:39:26 2012
@@ -9,8 +9,8 @@
declare void @clock() nounwind
; CHECK: %entry
-; CHECK: fmr f31, f1
-; CHECK: bl _init
+; fmr f31, f1
+; bl _init
define void @s332(double %t) nounwind {
entry:
tail call void @init()
More information about the llvm-commits
mailing list