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

Unified Diff: tools/opt/opt.cpp

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: Test deeper nesting 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 | « test/Transforms/NaCl/expand-constantexpr.ll ('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 6512cb79ac0de4068f32377f5d264f4d4cf7cd9e..0f4bb48e180f4e70cc4783596a495302ee206013 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -575,6 +575,7 @@ int main(int argc, char **argv) {
initializeInstCombine(Registry);
initializeInstrumentation(Registry);
initializeTarget(Registry);
+ initializeExpandConstantExprPass(Registry);
initializeExpandCtorsPass(Registry);
initializeExpandTlsPass(Registry);
initializeExpandTlsConstantExprPass(Registry);
« no previous file with comments | « test/Transforms/NaCl/expand-constantexpr.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698