GPURuntime: Drop polly_cleanupGPGPUResources
authorTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 12:47:22 +0000 (12:47 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 12:47:22 +0000 (12:47 +0000)
commita71eedd4c5d25cde2221db83f0bbac14e91df50c
treeab23ca01789d6e86f797fdadef4135ae211b4e9c
parent3b7ac0a691196cb4a242033a66dc42b3fb6eb499
GPURuntime: Drop polly_cleanupGPGPUResources

This function is currently unused and won't be used in this form again. Instead
of freeing many unrelated items at the same time, we will instead explicitly
call free function from the host-IR we generate for each object we want to free.
These specific free functions will be added together with the corresponding
host-IR generation code.

llvm-svn: 276632
polly/tools/GPURuntime/GPUJIT.c
polly/tools/GPURuntime/GPUJIT.h