Since malloc is no longer used, no need to free() memory.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 30 May 2003 20:39:37 +0000 (20:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 30 May 2003 20:39:37 +0000 (20:39 +0000)
commit417a7c06e8c0d891820050a8eca4c9b11d7b0377
tree8544b3fe82e97d6d0a57d29415cecb6de5c37b5c
parent88ba25444c0542f43dc678392c7fc39fda7488e2
Since malloc is no longer used, no need to free() memory.
Fixed BasicBlock patching by supplying correct type for the displacement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/SparcEmitter.cpp