aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c b/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c
deleted file mode 100644
index 9bc9cb6630c..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c
+++ /dev/null
@@ -1,12 +0,0 @@
-move (a, b)
- char a, b;
-{
- char s;
- s = a;
- if (s)
- gurka (s);
- foo (b, a);
- a = bar ();
- b = bar ();
- gra (s);
-}