Chris Lattner 711b3402aa Transform this:
%X = alloca ...
  %Y = alloca ...
    X == Y

into false.  This allows us to simplify some stuff in eon (and probably
many other C++ programs) where operator= was checking for self assignment.
Folding this allows us to SROA several additional structs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17735 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-14 07:33:16 +00:00
..
2004-11-11 22:11:17 +00:00
2004-11-12 20:38:45 +00:00
2004-11-09 17:58:09 +00:00
2004-11-14 07:33:16 +00:00
2004-09-15 01:34:42 +00:00