semantic: Add missing skip_typeref() to avoid adding unnecessary implicit casts.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 10 Dec 2012 07:05:00 +0000 (08:05 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 10 Dec 2012 14:33:14 +0000 (15:33 +0100)
commitf50ecba9cfa8caf75729d49f4f350a7e44f2b3d9
tree43a2bda95e7f442e783cc77b9fc5bea2fb44a583
parentfad027439f2410a5173f93db1cc1dc511fe5206c
semantic: Add missing skip_typeref() to avoid adding unnecessary implicit casts.

In particular this avoids insertion of non-scalar nop casts.
Therefore some tests, which later skip them, are removed, too.
ast2firm.c
parser.c