commit | 665825e58e5db038d5f3360b07282e21748a7189 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 17 17:48:59 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 17 17:48:59 2004 +0000 |
tree | 6bc28710a059b01c92b6d6e354460789027cfa15 | |
parent | 611fb259ba6e0b8964aa0f318bafee370f2ec4d8 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17094 91177308-0d34-0410-b5e6-96231b3b80d8