Arun Raghavan 59fc7cb120 codegen: Ignore functions whose return type is ignored
This makes sure that if X is an ignored type, then functions that return
an object of type X (or a pointer type based on X) are also ignored.

Fixes #639293
2011-01-12 15:04:27 +01:00
..