[MIRPrinter] XFAIL test for powerpc
authorGeoff Berry <gberry@codeaurora.org>
Fri, 18 Nov 2016 20:08:05 +0000 (20:08 +0000)
committerGeoff Berry <gberry@codeaurora.org>
Fri, 18 Nov 2016 20:08:05 +0000 (20:08 +0000)
This test introduced in r287368 is failing on powerpc for reasons
unrelated to branch probabilities.  See PR31062.

llvm-svn: 287375

llvm/test/CodeGen/MIR/Generic/branch-probabilities.ll

index 6a9e70e..8d11931 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: FileCheck %s < %t.mir
 ; RUN: llc %t.mir -run-pass machine-sink
 ; Check that branch probabilities are printed in a format that can then be parsed.
+; This test fails on powerpc because of an undefined physical register use in the MIR.  See PR31062.
+; XFAIL: powerpc
 
 declare void @foo()
 declare void @bar()