This test introduced in r287368 is failing on powerpc for reasons
unrelated to branch probabilities. See PR31062.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287375
91177308-0d34-0410-b5e6-
96231b3b80d8
; 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()