diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/cmphi.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/cmphi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/cmphi.c b/gcc/testsuite/gcc.c-torture/unsorted/cmphi.c deleted file mode 100755 index 1ffc214..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/cmphi.c +++ /dev/null @@ -1,4 +0,0 @@ -foo (short *p, short a) -{ - return a < *p; -} |