Skip to content
Snippets Groups Projects
Commit 3f8adce8 authored by Akash Kothari's avatar Akash Kothari
Browse files

Remove comment regarding Module pass return value -- no IR change by BuildDFG

parent 9dbc9ee0
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ bool BuildDFG::runOnModule(Module &M) { ...@@ -67,7 +67,7 @@ bool BuildDFG::runOnModule(Module &M) {
// Checking that we found at least one launch site // Checking that we found at least one launch site
assert((Roots.size() != 0) && "Launch site not found."); assert((Roots.size() != 0) && "Launch site not found.");
return false; //TODO: What does returning "false" mean? return false;
} }
DFInternalNode *BuildDFG::getRoot() const { DFInternalNode *BuildDFG::getRoot() const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment