aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/shloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/shloop.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/shloop.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/shloop.c b/gcc/testsuite/gcc.c-torture/unsorted/shloop.c
deleted file mode 100644
index f4c9366394a..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/shloop.c
+++ /dev/null
@@ -1,7 +0,0 @@
-main ()
-{
- int volatile p;
- int i;
- for (i = 10000000; i > 0; i--)
- p = i >> 10;
-}