diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c | 12 |
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 100755 index 9bc9cb6..0000000 --- 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); -} |