summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/repeat.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mri/repeat.s')
-rw-r--r--gas/testsuite/gas/mri/repeat.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/mri/repeat.s b/gas/testsuite/gas/mri/repeat.s
deleted file mode 100644
index 0e4ea2b6527..00000000000
--- a/gas/testsuite/gas/mri/repeat.s
+++ /dev/null
@@ -1,14 +0,0 @@
-; Test MRI structured repeat pseudo-op.
-
- xdef foo
-foo
- repeat
- until <cs>
-
- clr d1
- repeat
- add #1,d1
- until d1 <ge> #10
-
- nop
- nop