summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-06-04 21:32:42 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-06-04 21:32:42 +0000
commitc40be85adc656bc7a335a35fa892583ea90aec6c (patch)
treeb42d2bd4f8b526e106b0b63531b1860aaa20f9df /llvm/test
parent902ac2d8371c32b20ca6fa5d79db32749a6472ea (diff)
downloadbcm5719-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.ll1
-rw-r--r--llvm/test/CodeGen/Hexagon/duplex.ll7
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
OpenPOWER on IntegriCloud