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

Unified Diff: include/llvm/InitializePasses.h

Issue 14569012: PNaCl ABI: Promote illegal integer types (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: remove ABI checker tests until after we enable the pass Created 7 years, 7 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
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/InitializePasses.h
diff --git a/include/llvm/InitializePasses.h b/include/llvm/InitializePasses.h
index 1f81c9770edffbf64c9cb010b31aa6fbcabd1c21..8eea55474db0a90faed545a9efd844ab05508734 100644
--- a/include/llvm/InitializePasses.h
+++ b/include/llvm/InitializePasses.h
@@ -290,6 +290,7 @@ void initializeInsertDivideCheckPass(PassRegistry&);
void initializeNaClCcRewritePass(PassRegistry&);
void initializePNaClABIVerifyModulePass(PassRegistry&);
void initializePNaClABIVerifyFunctionsPass(PassRegistry&);
+void initializePromoteIntegersPass(PassRegistry&);
void initializeResolveAliasesPass(PassRegistry&);
void initializeStripMetadataPass(PassRegistry&);
// @LOCALMOD-END
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698