Files
David Majnemer 7b92d4ef0c Merging r216891:
------------------------------------------------------------------------
r216891 | majnemer | 2014-09-01 14:20:14 -0700 (Mon, 01 Sep 2014) | 12 lines

SROA: Don't insert instructions before a PHI

SROA may decide that it needs to insert a bitcast and would set it's
insertion point before a PHI.  This will create an invalid module
right quick.

Instead, choose the first insertion point in the basic block that holds
our PHI.

This fixes PR20822.

Differential Revision: http://reviews.llvm.org/D5141
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223639 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-08 08:53:47 +00:00
..
2014-07-18 19:13:09 +00:00
2014-12-08 08:50:39 +00:00
2014-05-29 01:55:07 +00:00
2014-12-06 10:34:51 +00:00
2014-07-18 19:13:09 +00:00
2014-12-08 08:53:47 +00:00
2014-08-04 04:28:45 +00:00