X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Funsorted%2Fmove_qhi.c;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Funsorted%2Fmove_qhi.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=9bc9cb6630cf0eb7caca43530921add787f691c9;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git 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 9bc9cb66..00000000 --- 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); -}