[ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64

Commit r298799 changed code that made the XFAIL on MachineBranchProb.ll
irrelevant, but some configurations still failed. I can't reproduce it
locally, so I'm hoping that enabling this will tell me if some
configurations will really fail or if they were just too slow.

llvm-svn: 299558
This commit is contained in:
Renato Golin 2017-04-05 16:27:11 +00:00
parent e7e4cc5f98
commit edfeb773fd
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
; RUN: llc < %s -print-machineinstrs=expand-isel-pseudos -o /dev/null 2>&1 | FileCheck %s
; ARM & AArch64 run an extra SimplifyCFG which disrupts this test.
; UNSUPPORTED: arm,aarch64
; Hexagon runs passes that renumber the basic blocks, causing this test
; to fail.
; XFAIL: hexagon