1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Target/CBackend
Chris Lattner caf0d76a8a 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
2004-10-17 17:48:59 +00:00
..
CTargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00
Makefile
Makefile.am Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Writer.cpp The first hunk corrects a bug when printing undef null values. We would print 2004-10-17 17:48:59 +00:00