summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-11-17 03:39:26 +0000
committerAndrew Trick <atrick@apple.com>2012-11-17 03:39:26 +0000
commit953663a9aaa6a49f21381f8b19b1b1a74d571d77 (patch)
tree96953c9cb09bcced97df838705609ac9cfaad985 /test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
parente1f663933a59a04c6c01f12e140088cf2370b1f4 (diff)
downloadllvm-953663a9aaa6a49f21381f8b19b1b1a74d571d77.tar.gz
llvm-953663a9aaa6a49f21381f8b19b1b1a74d571d77.tar.bz2
llvm-953663a9aaa6a49f21381f8b19b1b1a74d571d77.tar.xz
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
Diffstat (limited to 'test/CodeGen/PowerPC/2012-11-16-mischedcall.ll')
-rw-r--r--test/CodeGen/PowerPC/2012-11-16-mischedcall.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll b/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
index e89da3d1f7..7bbbbe9bec 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()