From: Krzysztof Parzyszek Date: Thu, 13 Apr 2017 16:05:35 +0000 (+0000) Subject: [Hexagon] Unxfail passing tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8dec6c86f982f17e9d06aff22f680e1fe3a8784;p=llvm [Hexagon] Unxfail passing tests r300198 fixed a problem that caused two tests to be xfailed. Unxfail these tests now, since they are passing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll b/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll index a21906cf6dc..8c11cb2f021 100644 --- a/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll +++ b/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -; XFAIL: hexagon declare { i64, double } @wild() define void @foo(i64* %p, double* %q) nounwind personality i32 (...)* @__gxx_personality_v0 { diff --git a/test/CodeGen/Generic/select-cc.ll b/test/CodeGen/Generic/select-cc.ll index b5d2f785dc2..c67f57fde18 100644 --- a/test/CodeGen/Generic/select-cc.ll +++ b/test/CodeGen/Generic/select-cc.ll @@ -1,8 +1,5 @@ ; RUN: llc < %s -; PR2504 -; XFAIL: hexagon - ; PR31338 ; XFAIL: avr