llvm-6502/lib/Transforms
Chris Lattner 3ddfb21306 The select instruction is not neccesarily in the same block as the
phi nodes.  Make sure to phi translate from the right block. 

This fixes a llvm-building-llvm failure on GVN-PRE.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82970 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 06:49:44 +00:00
..
Hello
Instrumentation
IPO remove special handling of bitcast(malloc), it will be handled 2009-09-27 21:29:28 +00:00
Scalar The select instruction is not neccesarily in the same block as the 2009-09-28 06:49:44 +00:00
Utils calls are already handled, malloc doesn't need a special case. 2009-09-27 21:33:46 +00:00
Makefile