1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 23:29:20 +00:00
Owen Anderson b54b315251 Fix an issue where assignments that caused a SmallPtrSet to become non-small
would result in calling realloc() on a null pointer.  Instead, if we encounter
this situation, make a normal call to malloc().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40014 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-18 19:54:15 +00:00
..
2007-02-23 22:31:24 +00:00
2006-10-04 22:13:11 +00:00
2007-04-07 18:53:16 +00:00
2007-02-24 01:41:48 +00:00
2007-05-06 09:31:32 +00:00
2006-11-28 22:32:35 +00:00
2006-12-07 20:28:15 +00:00