commit | 32fea9d18cc3658a1b01df5ca6f2ac302625c61d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Nov 12 07:43:42 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Nov 12 07:43:42 2008 +0000 |
tree | 477bdc248666115f3bd74acfa3aaad85e94167eb | |
parent | c8cc9ccc7b87a7ed1749b074f6b670bcec49abc1 [diff] |
fix a crash analyzing constants in 176.gcc/expr.c with my next patch. It was crashing because we errors are ignored in subexpressions that are not evaluated, but we still evaluate the result of parents. This would cause an assertion because the erroneous subexpr didn't have its result value set to the right type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59110 91177308-0d34-0410-b5e6-96231b3b80d8