Do more to modernize MergeFunctions. Refactor in response to Chris' code review.
[llvm.git] / utils / valgrind / x86_64-pc-linux-gnu.supp
blob0cbb332afb91c30313b77394daa1fe9fb20c9093
2    False leak under RegisterPass
3    Memcheck:Leak
4    ...
5    fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE
6    fun:_ZN4llvm8PassInfo12registerPassEv
9 # Python false positives according to
10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
13    ADDRESS_IN_RANGE/Invalid read of size 4
14    Memcheck:Addr4
15    obj:/usr/bin/python2.5
19    ADDRESS_IN_RANGE/Invalid read of size 4
20    Memcheck:Value8
21    obj:/usr/bin/python2.5
25    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
26    Memcheck:Cond
27    obj:/usr/bin/python2.5
31    We don't care if python leaks
32    Memcheck:Leak
33    fun:malloc
34    obj:/usr/bin/python2.5