Remove unnecessary special case: sizeof expressions always have their type set, there...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 3 May 2009 10:49:30 +0000 (10:49 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 3 May 2009 10:49:30 +0000 (10:49 +0000)
commitc72927d777cdacb236d06ad20168f5d8c12e5f7b
tree87444d91efffe28776d1666c66992860ea543323
parent85c6479718c0a542ac061f50bc404c659f1afffa
Remove unnecessary special case: sizeof expressions always have their type set, there is no need to look at the expression to determine the type.

[r25864]
ast2firm.c