Files
llvm-6502/test/Transforms
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 20:58:24 +00:00
2013-12-09 20:58:24 +00:00
2013-09-27 22:26:25 +00:00
2013-12-09 20:58:24 +00:00
2013-12-14 08:04:09 +00:00
2013-11-11 22:00:23 +00:00
2013-12-09 20:58:24 +00:00
2013-12-09 21:01:06 +00:00
2013-12-09 21:01:06 +00:00
2013-11-16 23:59:05 +00:00
2013-12-09 21:01:06 +00:00
2013-10-29 02:35:28 +00:00
2013-12-09 20:58:24 +00:00
2013-12-09 20:58:24 +00:00
2013-11-27 04:52:57 +00:00
2013-12-09 21:01:06 +00:00
2013-12-09 20:58:24 +00:00
2013-12-09 20:58:24 +00:00
2013-12-09 21:01:06 +00:00
2013-12-09 20:58:24 +00:00
2013-11-20 06:15:56 +00:00
2013-12-09 20:58:24 +00:00
2013-11-25 05:23:10 +00:00