hanchenye-llvm-project/polly/lib/Support
Tobias Grosser b76f385334 Free isl_ctx and fix several memory leaks
Because of me not understanding the LLVM pass structure well, I did not find a
good way to allocate isl_ctx and to free it later without getting issues with
reference counting. I now found this place, such that we can free isl_ctx. This
patch also fixes the memory leaks that were ignored beforehand.

llvm-svn: 138204
2011-08-20 11:11:25 +00:00
..
AffSCEVItTester.cpp
CMakeLists.txt
GICHelper.cpp Free isl_ctx and fix several memory leaks 2011-08-20 11:11:25 +00:00
Makefile
ScopHelper.cpp