]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/andsparc.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / andsparc.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/andsparc.c b/gcc/testsuite/gcc.c-torture/unsorted/andsparc.c
deleted file mode 100644 (file)
index 62f0de0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-foo (int *p)
-{
-  int a, b;
-
-  a = 123456;
-  a += p[0];
-  b = p[0];
-  if (a == 0)
-    return b;
-  return 1;
-}