summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c')
-rwxr-xr-xgcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c
deleted file mode 100755
index a754089..0000000
--- a/gcc_arm/testsuite/gcc.c-torture/unsorted/loadhicc.c
+++ /dev/null
@@ -1,15 +0,0 @@
-typedef int xtype;
-
-foo (p, pc)
- xtype *p;
- char *pc;
-{
- xtype a;
- unsigned b = 0;
-
- a = *p;
- p[1] = a;
- if ((unsigned) p[1] > 0)
- return 1;
- return a;
-}