summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Hexagon/inst_cmp_ugti.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/Hexagon/inst_cmp_ugti.ll')
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_ugti.ll10
1 files changed, 0 insertions, 10 deletions
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