[MIRPrinter] XFAIL test for powerpc

This test introduced in r287368 is failing on powerpc for reasons
unrelated to branch probabilities.  See PR31062.

llvm-svn: 287375
This commit is contained in:
Geoff Berry 2016-11-18 20:08:05 +00:00
parent bf4d8d033b
commit de50acc31e
1 changed files with 2 additions and 0 deletions

View 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()