[llvm] r257770 - Unxfail passing testcase on Hexagon

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 07:24:16 PST 2016


Author: kparzysz
Date: Thu Jan 14 09:24:15 2016
New Revision: 257770

URL: http://llvm.org/viewvc/llvm-project?rev=257770&view=rev
Log:
Unxfail passing testcase on Hexagon

Modified:
    llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll

Modified: llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll?rev=257770&r1=257769&r2=257770&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll Thu Jan 14 09:24:15 2016
@@ -2,7 +2,7 @@
 
 ; ARM & AArch64 run an extra SimplifyCFG which disrupts this test.
 ; Hexagon crashes (PR23377)
-; XFAIL: arm,aarch64,hexagon
+; XFAIL: arm,aarch64
 
 ; Make sure we have the correct weight attached to each successor.
 define i32 @test2(i32 %x) nounwind uwtable readnone ssp {




More information about the llvm-commits mailing list