commit | e21f27085881ac20297d646654ead6389982d4da | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Wed Jul 18 19:54:15 2007 +0000 |
committer | Owen Anderson <resistor@mac.com> | Wed Jul 18 19:54:15 2007 +0000 |
tree | 35d6ec4db2b5742bd91b68e16f494a998c66465f | |
parent | 0f0019c36e5252e4356b16f3cc4c7474a3435d47 [diff] |
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(). llvm-svn: 40014