sparseset.c (sparseset_alloc): Use non-clearing allocation.
authorSteven Bosscher <steven@gcc.gnu.org>
Sat, 18 Aug 2012 13:44:00 +0000 (13:44 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 18 Aug 2012 13:44:00 +0000 (13:44 +0000)
commita9c283a506663a1bb97330a609a3c443043424b1
tree980b6b631fae3d1c10abb0b3a6d5cc8cc56d40b1
parente0de76d8ada17851ca194da894f15f6f61cfd662
sparseset.c (sparseset_alloc): Use non-clearing allocation.

* sparseset.c (sparseset_alloc): Use non-clearing allocation.  Tell
valgrind not to worry about reading from unitialized memory.

From-SVN: r190503
gcc/ChangeLog
gcc/sparseset.c