diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-04-13 16:05:35 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-04-13 16:05:35 +0000 |
| commit | c87c48019c105e1b198fee37546fe512a89bc669 (patch) | |
| tree | cfc0eb23bab03d97c1b2f7467b82f44aa1f7ebf1 | |
| parent | a8ebb46e0ee5ed63314e9afe4870d92bf1b98e0e (diff) | |
| download | bcm5719-llvm-c87c48019c105e1b198fee37546fe512a89bc669.tar.gz bcm5719-llvm-c87c48019c105e1b198fee37546fe512a89bc669.zip | |
[Hexagon] Unxfail passing tests
r300198 fixed a problem that caused two tests to be xfailed. Unxfail
these tests now, since they are passing.
llvm-svn: 300203
| -rw-r--r-- | llvm/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Generic/select-cc.ll | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll b/llvm/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll index a21906cf6dc..8c11cb2f021 100644 --- a/llvm/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll +++ b/llvm/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/llvm/test/CodeGen/Generic/select-cc.ll b/llvm/test/CodeGen/Generic/select-cc.ll index b5d2f785dc2..c67f57fde18 100644 --- a/llvm/test/CodeGen/Generic/select-cc.ll +++ b/llvm/test/CodeGen/Generic/select-cc.ll @@ -1,8 +1,5 @@ ; RUN: llc < %s -; PR2504 -; XFAIL: hexagon - ; PR31338 ; XFAIL: avr |

