From afee027766bbfbc1e3296cf742cdff4d3a60c857 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 12 Dec 2011 18:30:26 +0000 Subject: [PATCH] Add a TODO comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146389 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/ObjCARC.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1