K 10 svn:author V 8 cperciva K 8 svn:date V 27 2008-08-04T01:25:48.993177Z K 7 svn:log V 241 Mark functions as __dead2 in order to help the LLVM static checker understand which code paths aren't possible. This commit eliminates 117 false positive bug reports of the form "allocate memory; error out if pointer is NULL; use pointer". END