]> granicus.if.org Git - llvm/commitdiff
[ARM] Mark falky test unsupported until we find the cause
authorRenato Golin <renato.golin@linaro.org>
Mon, 27 Mar 2017 22:38:43 +0000 (22:38 +0000)
committerRenato Golin <renato.golin@linaro.org>
Mon, 27 Mar 2017 22:38:43 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298887 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/MachineBranchProb.ll

index b98c2b3bb91249c17391ae71a1e3223ef6bbb2d1..36844658096d42f6bc19fe201b1e2eb3bd783614 100644 (file)
@@ -1,7 +1,7 @@
 ; 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.
-; XFAIL: arm,aarch64
+; UNSUPPORTED: arm,aarch64
 
 ; Hexagon runs passes that renumber the basic blocks, causing this test
 ; to fail.