Skip to content
Commit fac05aea authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 59110
parent 2836d916
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment