summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/cris/check_cmp-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/cris/check_cmp-2.s')
-rw-r--r--qemu/tests/tcg/cris/check_cmp-2.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/tests/tcg/cris/check_cmp-2.s b/qemu/tests/tcg/cris/check_cmp-2.s
deleted file mode 100644
index 414d37051..000000000
--- a/qemu/tests/tcg/cris/check_cmp-2.s
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-.include "testutils.inc"
-
- start
-
- move.d 4294967283, $r0
- move.d $r0, $r10
- cmp.d $r0, $r10
- beq 1f
- move.d $r10, $r3
- fail
-1:
- pass
- quit