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

The first hunk corrects a bug when printing undef null values. We would print

0->field, which is illegal.  Now we print ((foo*)0)->field.

The second hunk is an optimization to not print undefined phi values.

llvm-svn: 17094
parent 06855531
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