diff options
author | Philip Reames <listmail@philipreames.com> | 2015-09-02 22:35:42 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2015-09-02 22:35:42 +0000 |
commit | 07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf (patch) | |
tree | 4edeca10a8ba5cd7674330fd10822cfdee5f29d7 /llvm/lib/Transforms | |
parent | b3967cd08eaaf2c112afbb496bab5e68d7040631 (diff) | |
download | bcm5719-llvm-07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf.tar.gz bcm5719-llvm-07a2ee1aff325949ce3bb62c31b80faf9cb4a7cf.zip |
[RewriteStatepointsForGC] Delete stale comment [NFC]
llvm-svn: 246722
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 |
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) { |