]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/shand.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / shand.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/shand.c b/gcc/testsuite/gcc.c-torture/unsorted/shand.c
deleted file mode 100644 (file)
index 5a40196..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-int
-foo (x, c)
-     int x;
-{
-  return x >> 24 & 0xff;
-}
-
-bar (x)
-{
-  return (int)(x & 0xfffff) << 13;
-}