Re-land 242726 to use RAII to do cleanup
authorReid Kleckner <reid@kleckner.net>
Tue, 21 Jul 2015 17:40:14 +0000 (17:40 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 21 Jul 2015 17:40:14 +0000 (17:40 +0000)
commit2f907557c3440032a658aff1fe6bf04d5a37c01f
tree09524dff4037da64719d66f207d8c7a07a9f13a9
parent94babb70303e0fa7148acef9e4647d9624995c6d
Re-land 242726 to use RAII to do cleanup

The LooksLikeCodeInBug11395() codepath was returning without clearing
the ProcessedAllocas cache.

llvm-svn: 242809
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/localescape.ll [new file with mode: 0644]