]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / move_qhi.c
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 (file)
index 9bc9cb6..0000000
+++ /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);
-}