summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-10-17 01:58:51 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-10-17 01:58:51 +0000
commit68d155be8e7107d4e844967fc2e2a656f9f3b78f (patch)
treecd1b014422cc23f7c67f1f848080172b2cd7db24 /llvm/test/CodeGen/Generic
parent7c9587136d4b1942225860bf70a6db2ba54c08c4 (diff)
downloadbcm5719-llvm-68d155be8e7107d4e844967fc2e2a656f9f3b78f.tar.gz
bcm5719-llvm-68d155be8e7107d4e844967fc2e2a656f9f3b78f.zip
[Hexagon] Reverting test file change.
llvm-svn: 250601
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/MachineBranchProb.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll
index 1ee48fb029d..b11d3697887 100644
--- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll
+++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll
@@ -1,7 +1,8 @@
; 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
+; Hexagon crashes (PR23377)
+; XFAIL: arm,aarch64,hexagon
; Make sure we have the correct weight attached to each successor.
define i32 @test2(i32 %x) nounwind uwtable readnone ssp {
OpenPOWER on IntegriCloud