summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Hexagon
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2014-11-25 21:39:57 +0000
committerColin LeMahieu <colinl@codeaurora.org>2014-11-25 21:39:57 +0000
commit6f6c4ff1fc42aced441c752b49bb39529ddfad06 (patch)
treeeec73056b88ba5f491de71f39b553c98f300e992 /llvm/test/MC/Hexagon
parentaaf33928eee148452dd01cfb7e793788c083f3ca (diff)
downloadbcm5719-llvm-6f6c4ff1fc42aced441c752b49bb39529ddfad06.tar.gz
bcm5719-llvm-6f6c4ff1fc42aced441c752b49bb39529ddfad06.zip
Reverting 222792
llvm-svn: 222793
Diffstat (limited to 'llvm/test/MC/Hexagon')
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_eqi.ll10
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_gti.ll10
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_ugti.ll10
3 files changed, 0 insertions, 30 deletions
diff --git a/llvm/test/MC/Hexagon/inst_cmp_eqi.ll b/llvm/test/MC/Hexagon/inst_cmp_eqi.ll
deleted file mode 100644
index 78c92902350..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_eqi.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp eq i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40450075 00400000 00c09f52
diff --git a/llvm/test/MC/Hexagon/inst_cmp_gti.ll b/llvm/test/MC/Hexagon/inst_cmp_gti.ll
deleted file mode 100644
index 36828cc4209..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_gti.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp sgt i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40454075 00400000 00c09f52
diff --git a/llvm/test/MC/Hexagon/inst_cmp_ugti.ll b/llvm/test/MC/Hexagon/inst_cmp_ugti.ll
deleted file mode 100644
index 459b5bf77d3..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_ugti.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp ugt i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40458075 00400000 00c09f52
OpenPOWER on IntegriCloud