]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/andok.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / andok.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/andok.c b/gcc/testsuite/gcc.c-torture/unsorted/andok.c
deleted file mode 100644 (file)
index d55bd01..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-foo (a, b, p)
-     int *p;
-{
-  p[1] = a & 0xfff0000;
-  p[2] = b & 0xfff0000;
-}