Files
Hans Wennborg 88c10d75f4 Merging r244418:
------------------------------------------------------------------------
r244418 | majnemer | 2015-08-09 08:43:02 -0700 (Sun, 09 Aug 2015) | 10 lines

[PHITransAddr] Don't assume that instruction operands are translatable

We can only PHI translate instructions.  In our attempt to PHI translate
a bitcast, we attempt to translate its operand; however, the operand
might be an argument or a global instead of an instruction.  Benignly
bail out when this happens.

This fixes PR24397.

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@244652 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-11 20:01:26 +00:00
..
2013-11-11 22:00:23 +00:00
2015-08-11 20:01:26 +00:00