diff --git a/hpvm/lib/Transforms/BuildDFG/BuildDFG.cpp b/hpvm/lib/Transforms/BuildDFG/BuildDFG.cpp
index 23c38423c6d51e7b94c1f5708a03ce3ec22da3d0..8d5a5cb0e6f41b550be883917a9d377f562f2200 100644
--- a/hpvm/lib/Transforms/BuildDFG/BuildDFG.cpp
+++ b/hpvm/lib/Transforms/BuildDFG/BuildDFG.cpp
@@ -67,7 +67,7 @@ bool BuildDFG::runOnModule(Module &M) {
   // Checking that we found at least one launch site
   assert((Roots.size() != 0) && "Launch site not found.");
 
-  return false; //TODO: What does returning "false" mean?
+  return false;
 }
 
 DFInternalNode *BuildDFG::getRoot() const {