aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/isel-i1arg-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/isel-i1arg-crash.ll')
-rw-r--r--test/CodeGen/Hexagon/isel-i1arg-crash.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Hexagon/isel-i1arg-crash.ll b/test/CodeGen/Hexagon/isel-i1arg-crash.ll
deleted file mode 100644
index 7e8bd9e93b27..000000000000
--- a/test/CodeGen/Hexagon/isel-i1arg-crash.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -march=hexagon -debug-only=isel < %s
-; REQUIRES: asserts
-
-define void @g(i1 %cond) {
- ret void
-}