Do not raise free() call that is called through invoke instruction.
authorDevang Patel <dpatel@apple.com>
Wed, 17 Oct 2007 20:12:58 +0000 (20:12 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 17 Oct 2007 20:12:58 +0000 (20:12 +0000)
commit84458323a254c4ee31aae553f1a8b66742cd0562
treee6c98b3ee1e06cc7c8a675d9f8d2ad6c235d44df
parent469b7a4ec114c9b7ecb438b253c489542ba1c96e
Do not raise free() call that is called through invoke instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43083 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/RaiseAllocations.cpp
test/Transforms/RaiseAllocations/2007-10-17-InvokeFree.ll [new file with mode: 0644]