diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/shand.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/shand.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/shand.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/shand.c deleted file mode 100755 index 5a40196..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/shand.c +++ /dev/null @@ -1,11 +0,0 @@ -int -foo (x, c) - int x; -{ - return x >> 24 & 0xff; -} - -bar (x) -{ - return (int)(x & 0xfffff) << 13; -} |