Go to file
Chris Lattner 0261b5d2d2 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

llvm-svn: 82970
2009-09-28 06:49:44 +00:00
clang Properly match instantiations of member function templates to the function templates from which they were instantiated 2009-09-28 06:34:35 +00:00
compiler-rt If the compiler does not support GCC-compatible 2009-09-23 16:05:25 +00:00
llvm The select instruction is not neccesarily in the same block as the 2009-09-28 06:49:44 +00:00