Skip to content
Commit ba6d13c0 authored by Torok Edwin's avatar Torok Edwin
Browse files

Introduce another Reset() method in BumpPtrAllocator that calls a destructor

on all objects it has allocated, if they are all of the same size and alignment.
Use this to destruct all VNInfos allocated in LiveIntervalAnalysis (PR6653).

valnos is not reliable for this purpose, as seen in r99400
(which still leaked, and sometimes caused double frees).

llvm-svn: 99881
parent cbcccce4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment