]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/cmpdi-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / cmpdi-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/cmpdi-1.c b/gcc/testsuite/gcc.c-torture/compile/cmpdi-1.c
deleted file mode 100644 (file)
index 9e1b659..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-f (long long d)
-{
-  int i = 0;
-  if (d == 1)
-    i = 1;
-  return i;
-}
-
-g (long long d)
-{
-  int i = 0;
-  if (d <= 0)
-    i = 1;
-  return i;
-}