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

Unified Diff: tools/opt/opt.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
« tools/lto/LTOCodeGenerator.cpp ('K') | « tools/lto/LTOCodeGenerator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/opt/opt.cpp
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 26a5e4a3c171bd60d9c460540153f4945b0226a5..ba7f21c38be5349590e42f44dd5f27eeaa8a60de 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -588,6 +588,7 @@ int main(int argc, char **argv) {
initializeGlobalCleanupPass(Registry);
initializePNaClABIVerifyFunctionsPass(Registry);
initializePNaClABIVerifyModulePass(Registry);
+ initializePromoteIntegersPass(Registry);
initializeResolveAliasesPass(Registry);
initializeStripMetadataPass(Registry);
// @LOCALMOD-END
« tools/lto/LTOCodeGenerator.cpp ('K') | « tools/lto/LTOCodeGenerator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698