Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: tools/lto/LTOCodeGenerator.cpp

Issue 14569012: PNaCl ABI: Promote illegal integer types (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: use upper-clear invariant rather than sign-extend Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/lto/LTOCodeGenerator.cpp
diff --git a/tools/lto/LTOCodeGenerator.cpp b/tools/lto/LTOCodeGenerator.cpp
index 7b89f81aa43bc5e9ba5f86177c91e26973d701b4..904327d09ee73cff6e645c8aab629c72c1346b8c 100644
--- a/tools/lto/LTOCodeGenerator.cpp
+++ b/tools/lto/LTOCodeGenerator.cpp
@@ -108,6 +108,7 @@ bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) {
/// The merging does not happen until linkGatheredModulesAndDispose().
bool LTOCodeGenerator::gatherModuleForLinking(LTOModule* mod) {
_gatheredModules.push_back(mod);
+ return false;
Mark Seaborn 2013/05/06 17:04:06 How is this change related to the new pass? Commi
Derek Schuff 2013/05/08 22:33:28 oops, yes this just fixes a warning, split into a
}
/// Merge all modules gathered from gatherModuleForLinking(), and

Powered by Google App Engine
This is Rietveld 408576698