From: Anna Thomas Date: Thu, 6 Oct 2016 13:24:20 +0000 (+0000) Subject: [RS4GC] Fix comment to show TODO. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7161c1a5a8102fe823973bd9bb5fd69ca3e62118;p=llvm [RS4GC] Fix comment to show TODO. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283449 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 4bce2882d60..fbb2483e886 100644 --- a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -453,7 +453,7 @@ static BaseDefiningValueResult findBaseDefiningValue(Value *I) { if (isa(I) || isa(I)) return BaseDefiningValueResult(I, true); - // I have absolutely no idea how to implement this part yet. It's not + // TODO: I have absolutely no idea how to implement this part yet. It's not // necessarily hard, I just haven't really looked at it yet. assert(!isa(I) && "Landing Pad is unimplemented");