[llvm] r283449 - [RS4GC] Fix comment to show TODO. NFC

Anna Thomas via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 06:24:20 PDT 2016


Author: annat
Date: Thu Oct  6 08:24:20 2016
New Revision: 283449

URL: http://llvm.org/viewvc/llvm-project?rev=283449&view=rev
Log:
[RS4GC] Fix comment to show TODO. NFC

Modified:
    llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp?rev=283449&r1=283448&r2=283449&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp Thu Oct  6 08:24:20 2016
@@ -453,7 +453,7 @@ static BaseDefiningValueResult findBaseD
   if (isa<CallInst>(I) || isa<InvokeInst>(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<LandingPadInst>(I) && "Landing Pad is unimplemented");
 




More information about the llvm-commits mailing list