summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAnna Thomas <anna@azul.com>2016-10-06 13:24:20 +0000
committerAnna Thomas <anna@azul.com>2016-10-06 13:24:20 +0000
commit488c05763c41647c4b89d7e6d56d6854d6de463a (patch)
treea0607d529045e01e8e3dca05dd1d82665ec581b9 /llvm/lib
parent916d8be2528e73dc0d6d8a07a154753c51849086 (diff)
downloadbcm5719-llvm-488c05763c41647c4b89d7e6d56d6854d6de463a.tar.gz
bcm5719-llvm-488c05763c41647c4b89d7e6d56d6854d6de463a.zip
[RS4GC] Fix comment to show TODO. NFC
llvm-svn: 283449
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
index 4bce2882d60..fbb2483e886 100644
--- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
+++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
@@ -453,7 +453,7 @@ static BaseDefiningValueResult findBaseDefiningValue(Value *I) {
if (isa<CallInst>(I) || isa<InvokeInst>(I))
return BaseDefiningValueResult(I, true);
- // I have absolutely no idea how to implement this part yet. It's not
+ // TODO: I have absolutely no idea how to implement this part yet. It's not
// necessarily hard, I just haven't really looked at it yet.
assert(!isa<LandingPadInst>(I) && "Landing Pad is unimplemented");
OpenPOWER on IntegriCloud