From a884848a9a8d79469679ad9a2222b8ac2d3ea2b5 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Wed, 2 Sep 2015 22:35:42 +0000 Subject: [PATCH] [RewriteStatepointsForGC] Delete stale comment [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246722 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.34.1