Files
llvm-6502/lib
Bill Wendling dd36ddfaec Merging r197178:
------------------------------------------------------------------------
r197178 | hfinkel | 2013-12-12 12:45:24 -0800 (Thu, 12 Dec 2013) | 9 lines

Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers

GlobalOpt's CleanupConstantGlobalUsers function uses a worklist array to manage
constant users to be visited. The pointers in this array need to be weak
handles because when we delete a constant array, we may also be holding a
pointer to one of its elements (or an element of one of its elements if we're
dealing with an array of arrays) in the worklist.

Fixes PR17347.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197322 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-14 08:04:09 +00:00
..
2013-12-09 21:06:30 +00:00
2013-12-09 21:06:30 +00:00
2013-12-10 06:42:24 +00:00
2013-11-21 00:52:34 +00:00
2013-12-09 21:07:27 +00:00
2013-12-02 19:24:08 +00:00
2013-11-26 11:09:08 +00:00
2013-12-14 08:01:30 +00:00
2013-12-14 08:04:09 +00:00
2013-10-30 04:03:03 +00:00