aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/maxd.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/maxd.ll')
-rw-r--r--test/CodeGen/Hexagon/maxd.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Hexagon/maxd.ll b/test/CodeGen/Hexagon/maxd.ll
deleted file mode 100644
index 7f237fd54e7a..000000000000
--- a/test/CodeGen/Hexagon/maxd.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc -march=hexagon < %s | FileCheck %s
-; CHECK: max
-
-define i64 @f(i64 %src, i64 %maxval) nounwind readnone {
-entry:
- %cmp = icmp slt i64 %maxval, %src
- %cond = select i1 %cmp, i64 %src, i64 %maxval
- ret i64 %cond
-}