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 /llvm/test/CodeGen/Generic/select-cc.ll | |
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
Diffstat (limited to 'llvm/test/CodeGen/Generic/select-cc.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/select-cc.ll | 3 |
1 files changed, 0 insertions, 3 deletions
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 |