From 92ef0d20782a4071f989341e4efdccaa5ce5c5de Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Mon, 27 Mar 2017 22:38:43 +0000 Subject: [PATCH] [ARM] Mark falky test unsupported until we find the cause git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298887 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/MachineBranchProb.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Generic/MachineBranchProb.ll b/test/CodeGen/Generic/MachineBranchProb.ll index b98c2b3bb91..36844658096 100644 --- a/test/CodeGen/Generic/MachineBranchProb.ll +++ b/test/CodeGen/Generic/MachineBranchProb.ll @@ -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. -- 2.40.0