1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

[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 3c08ac8027
commit 4f06a2cc64

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