[PATCH] [Refactor] Replace RegionPasses by FunctionPasses
Johannes Doerfert
doerfert at cs.uni-saarland.de
Sun Mar 1 11:07:31 PST 2015
================
Comment at: lib/Analysis/ScopInfo.cpp:2014
@@ -2015,1 +2013,3 @@
+ "exponentially.\n\n");
+ continue;
----------------
A Scops.pop_back() is missing here.
================
Comment at: lib/Analysis/ScopInfo.cpp:2025
@@ -2023,2 +2024,3 @@
+
return false;
}
----------------
This line needs to be removed in order to loop again.
http://reviews.llvm.org/D7986
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list