From: Andrew Trick Date: Sat, 17 Nov 2012 03:39:26 +0000 (+0000) Subject: Silence the buildbots for this test while I figure out the triple X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=953663a9aaa6a49f21381f8b19b1b1a74d571d77;p=oota-llvm.git Silence the buildbots for this test while I figure out the triple git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168249 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll b/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll index e89da3d1f72..7bbbbe9bece 100644 --- a/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll +++ b/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll @@ -9,8 +9,8 @@ declare void @init() nounwind 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()