Remove unnecessary special case: sizeof expressions always have their type set, there...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 2 May 2009 10:28:09 +0000 (10:28 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 2 May 2009 10:28:09 +0000 (10:28 +0000)
commitcf8335f7297657892bebc1fe098c2c0b776818e7
tree177b2b7496bebcbd0245ba0fc0ade007cfb968d2
parentcd07a24037a7bc9939a9bff185aba6c7dcbae0c8
Remove unnecessary special case: sizeof expressions always have their type set, there is no need to look at the expression to determine the type.

[r25860]
ast.c