From: Philip Reames Date: Wed, 2 Sep 2015 22:35:42 +0000 (+0000) Subject: [RewriteStatepointsForGC] Delete stale comment [NFC] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a884848a9a8d79469679ad9a2222b8ac2d3ea2b5;p=oota-llvm.git [RewriteStatepointsForGC] Delete stale comment [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246722 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 929a4eb3968..4153e64e201 100644 --- a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -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) {