diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/shloop.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/shloop.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/shloop.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/shloop.c deleted file mode 100755 index f4c9366..0000000 --- a/gcc_arm/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; -} |