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

Unified Diff: include/llvm/InitializePasses.h

Issue 12792011: PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to Instructions (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Fixes 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') | test/Transforms/NaCl/expand-constantexpr.ll » ('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 2dddc4cde0fed832aa8e59fa373b8507e16b4bc6..d4f23e2421499c7e77e695e99b27abd1781d813f 100644
--- a/include/llvm/InitializePasses.h
+++ b/include/llvm/InitializePasses.h
@@ -270,6 +270,7 @@ void initializeFinalizeMachineBundlesPass(PassRegistry&);
void initializeLoopVectorizePass(PassRegistry&);
void initializeBBVectorizePass(PassRegistry&);
void initializeMachineFunctionPrinterPassPass(PassRegistry&);
+void initializeExpandConstantExprPass(PassRegistry&); // @LOCALMOD
void initializeExpandCtorsPass(PassRegistry&); // @LOCALMOD
void initializeExpandTlsPass(PassRegistry&); // @LOCALMOD
void initializeExpandTlsConstantExprPass(PassRegistry&); // @LOCALMOD
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | test/Transforms/NaCl/expand-constantexpr.ll » ('J')

Powered by Google App Engine
This is Rietveld 408576698