Give CaptureTracker::shouldExplore a base implementation. Most users want to do
authorNick Lewycky <nicholas@mxc.ca>
Mon, 8 Oct 2012 22:12:48 +0000 (22:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 8 Oct 2012 22:12:48 +0000 (22:12 +0000)
commitc92b8aa79f4a2cd16f7b674189e425c2c367e886
treeaaa2cbd2342ad1e9f67b04a26d5d1122f12a36d4
parent6be75ae196e0138048f685d4df7128d24245be5e
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
the same thing. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165435 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CaptureTracking.h
lib/Analysis/CaptureTracking.cpp
lib/Transforms/IPO/FunctionAttrs.cpp