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

Unified Diff: include/llvm/InitializePasses.h

Issue 12481021: PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Review Created 7 years, 9 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') | lib/Transforms/NaCl/ExpandVarArgs.cpp » ('J')
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 d4f23e2421499c7e77e695e99b27abd1781d813f..5c1bc714bd018df463d68b5ab04e7203a1662d8f 100644
--- a/include/llvm/InitializePasses.h
+++ b/include/llvm/InitializePasses.h
@@ -274,6 +274,7 @@ void initializeExpandConstantExprPass(PassRegistry&); // @LOCALMOD
void initializeExpandCtorsPass(PassRegistry&); // @LOCALMOD
void initializeExpandTlsPass(PassRegistry&); // @LOCALMOD
void initializeExpandTlsConstantExprPass(PassRegistry&); // @LOCALMOD
+void initializeExpandVarArgsPass(PassRegistry&); // @LOCALMOD
void initializeNaClCcRewritePass(PassRegistry&); // @LOCALMOD
}
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | lib/Transforms/NaCl/ExpandVarArgs.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698