Don't commit addresses of aggregate values. This avoids problems with
authorDan Gohman <gohman@apple.com>
Mon, 7 Sep 2009 22:42:05 +0000 (22:42 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 7 Sep 2009 22:42:05 +0000 (22:42 +0000)
commitce5de5b52768d0c3b9c0f6c4bc915a17e962202c
tree0b7f71c8564051fb4ed5f647f653b13a03a1ff69
parentc62482d4edecd416e6529e31427fa6fd8a9b7ece
Don't commit addresses of aggregate values. This avoids problems with
an aggregate store overlapping a different aggregate store, despite
the stores having distinct addresses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp