diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-04 21:32:42 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-04 21:32:42 +0000 |
| commit | c40be85adc656bc7a335a35fa892583ea90aec6c (patch) | |
| tree | b42d2bd4f8b526e106b0b63531b1860aaa20f9df /llvm/test | |
| parent | 902ac2d8371c32b20ca6fa5d79db32749a6472ea (diff) | |
| download | bcm5719-llvm-c40be85adc656bc7a335a35fa892583ea90aec6c.tar.gz bcm5719-llvm-c40be85adc656bc7a335a35fa892583ea90aec6c.zip | |
Revert r239095 incorrect test tree.
llvm-svn: 239102
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/args.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/duplex.ll | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/Hexagon/args.ll b/llvm/test/CodeGen/Hexagon/args.ll index aea4ffe2eee..8af8baf3761 100644 --- a/llvm/test/CodeGen/Hexagon/args.ll +++ b/llvm/test/CodeGen/Hexagon/args.ll @@ -1,3 +1,4 @@ +; XFAIL: hexagon ; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s ; CHECK: memw(r29{{ *}}+{{ *}}#0){{ *}}={{ *}}#7 ; CHECK: r1:0 = combine(#2, #1) diff --git a/llvm/test/CodeGen/Hexagon/duplex.ll b/llvm/test/CodeGen/Hexagon/duplex.ll deleted file mode 100644 index 80fe61ceccc..00000000000 --- a/llvm/test/CodeGen/Hexagon/duplex.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s - -; CHECK: c0 3f 00 48 48003fc0 - -define i32 @foo() { -ret i32 0 -}
\ No newline at end of file |

