Erik Verbruggen 0638609d66 Fix crash in PRE.
After r203553 overflow intrinsics and their non-intrinsic (normal)
instruction get hashed to the same value. This patch prevents PRE from
moving an instruction into a predecessor block, and trying to add a phi
node that gets two different types (the intrinsic result and the
non-intrinsic result), resulting in a failing assert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203574 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-11 15:07:32 +00:00
..
2014-03-11 15:07:32 +00:00
2013-12-05 05:44:44 +00:00
2013-11-26 16:11:03 +00:00
2014-01-24 17:20:08 +00:00
2014-03-05 02:09:51 +00:00