diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-09 11:00:00 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-09 11:00:23 -0700 |
commit | 2f8b0435b0f9c4df8e19bbbd5df78729bfd25f09 (patch) | |
tree | f8a3f9b8ff443701978c00f8b3ed7baaeea3c2de /ir_basic_block.cpp | |
parent | cfb3536f10dac343ad635be7f979b292c97eb1a3 (diff) |
Use array delete operator to delete an array
This was detected by valgrind. I think GCC still does the right
thing, but the C++ spec allows the compiler to do something
stupid... like crash or only delete the first entry in the array.
Diffstat (limited to 'ir_basic_block.cpp')
0 files changed, 0 insertions, 0 deletions