[PATCH] Handle EXPR_TYPE in copy_expression
commit796a98361abd47d6bf1f2a3868acccc6e0b5ad0f
authorJosh Triplett <josht@vnet.ibm.com>
Wed, 5 Jul 2006 22:09:32 +0000 (5 15:09 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 5 Jul 2006 22:32:30 +0000 (5 15:32 -0700)
treeccab81a43225a68c632cbe35ae827699183819ec
parent1c294832c10de9842170f1a9518d9fc04c0262f3
[PATCH] Handle EXPR_TYPE in copy_expression

With the introduction of __builtin_types_compatible_p, types can now appear as
expressions (underneath an EXPR_COMPARE), so copy_expression needs to handle
EXPR_TYPE; just pass type expressions through without copying, since they
won't change when inlining.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
inline.c