summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-09-02 22:35:42 +0000
committerPhilip Reames <listmail@philipreames.com>2015-09-02 22:35:42 +0000
commit07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf (patch)
tree4edeca10a8ba5cd7674330fd10822cfdee5f29d7 /llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
parentb3967cd08eaaf2c112afbb496bab5e68d7040631 (diff)
downloadbcm5719-llvm-07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf.tar.gz
bcm5719-llvm-07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf.zip
[RewriteStatepointsForGC] Delete stale comment [NFC]
llvm-svn: 246722
Diffstat (limited to 'llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
index 929a4eb3968..4153e64e201 100644
--- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud