[RewriteStatepointsForGC] Delete stale comment [NFC]
authorPhilip Reames <listmail@philipreames.com>
Wed, 2 Sep 2015 22:35:42 +0000 (22:35 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 2 Sep 2015 22:35:42 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246722 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index 929a4eb3968be1da4f06021af9beafdd07786d7e..4153e64e2014c45c4e39427f8d271eace5066eca 100644 (file)
@@ -778,9 +778,6 @@ static Value *findBasePointer(Value *I, DefiningValueMapTy &cache) {
   }
 #endif
 
-  // TODO: come back and revisit the state transitions around inputs which
-  // have reached conflict state.  The current version seems too conservative.
-
   // Return a phi state for a base defining value.  We'll generate a new
   // base state for known bases and expect to find a cached state otherwise.
   auto getStateForBDV = [&](Value *baseValue) {