remove a check of isFreeCall: the argument to free is already nocapture so the generi...
authorChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 05:34:51 +0000 (05:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 05:34:51 +0000 (05:34 +0000)
commitb8d264aa6b76b9f69da1f1a772dadd9b6fb949c3
tree6b5f95c7f95b4ea52f48bfdcfa25d47e84c9c1e3
parent938e17663338b3b1b9f2dba21516c4c80876edb1
remove a check of isFreeCall: the argument to free is already nocapture so the generic call code works fine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CaptureTracking.cpp