From: Dan Gohman Date: Mon, 12 Dec 2011 18:30:26 +0000 (+0000) Subject: Add a TODO comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=afee027766bbfbc1e3296cf742cdff4d3a60c857;p=oota-llvm.git Add a TODO comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/ObjCARC.cpp b/lib/Transforms/Scalar/ObjCARC.cpp index 8b64f11c8fa..e62b91a2569 100644 --- a/lib/Transforms/Scalar/ObjCARC.cpp +++ b/lib/Transforms/Scalar/ObjCARC.cpp @@ -1165,6 +1165,7 @@ namespace { /// Partial - True of we've seen an opportunity for partial RR elimination, /// such as pushing calls into a CFG triangle or into one side of a /// CFG diamond. + /// TODO: Consider moving this to PtrState. bool Partial; /// ReleaseMetadata - If the Calls are objc_release calls and they all have