[asan] make sure asan erases old unused allocas after it created a new one....
[asan] make sure asan erases old unused allocas after it created a new one. This became important after the recent move from ModulePass to FunctionPass because no cleanup is happening after asan pass any more. llvm-svn: 166267
Loading
Please sign in to comment