Remove redundant type checks for constant constructors
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Jun 2010 18:36:12 +0000 (11:36 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 11 Jun 2010 22:37:34 +0000 (15:37 -0700)
commit2cf0969de5e50f5e3673d5a400bedc26b2d746d6
tree4f54ae746454326f5fd377c90077063aa3b76801
parent1a872b1af37927d689ec7af0921af7f3a9dcb1fd
Remove redundant type checks for constant constructors

All of the cases (e.g., arrays and structures) that were being
filtered by these tests were already filtered by the earlier
is_numeric and is_boolean tests.
ast_function.cpp