From: Matthias Braun Date: Tue, 16 Oct 2007 18:49:50 +0000 (+0000) Subject: another interesing case X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3320a27b5aba48c1a71af420380d80ef414753a8;p=libfirm another interesing case [r16239] --- diff --git a/ir/be/test/am_test4.c b/ir/be/test/am_test4.c index 03eb9cd31..e5722dec6 100644 --- a/ir/be/test/am_test4.c +++ b/ir/be/test/am_test4.c @@ -18,6 +18,10 @@ char f4(char *p, int k) { return p[k]; } +short f5(short *p, int k) { + return p[k]; +} + #define TTYPE(name, type, OP, OP2) \ void dest_am_##name##type(type *arr, int from, int to) { \ int i; \