OSDN Git Service

[RS4GC] Fix comment to show TODO. NFC
authorAnna Thomas <anna@azul.com>
Thu, 6 Oct 2016 13:24:20 +0000 (13:24 +0000)
committerAnna Thomas <anna@azul.com>
Thu, 6 Oct 2016 13:24:20 +0000 (13:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283449 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index 4bce288..fbb2483 100644 (file)
@@ -453,7 +453,7 @@ static BaseDefiningValueResult findBaseDefiningValue(Value *I) {
   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");