mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
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