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

Unified Diff: src/IceTimerTree.def

Issue 1775603002: Fix timing of parseFunctions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 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 | « src/IceGlobalContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTimerTree.def
diff --git a/src/IceTimerTree.def b/src/IceTimerTree.def
index 6e12219a494e631928a1f77ba8c35f1301ed3709..687275a38eb7a3c78eb64e2e456820e989305b50 100644
--- a/src/IceTimerTree.def
+++ b/src/IceTimerTree.def
@@ -27,7 +27,7 @@
X(doArgLowering) \
X(doBranchOpt) \
X(doNopInsertion) \
- X(emit) \
+ X(emitAsm) \
X(emitGlobalInitializers) \
X(genCode) \
X(genFrame) \
@@ -53,8 +53,10 @@
X(renumberInstructions) \
X(szmain) \
X(translate) \
+ X(translateFunctions) \
X(validateLiveness) \
- X(vmetadata)
+ X(vmetadata) \
+ X(writeELF)
//#define X(tag)
#endif // SUBZERO_SRC_ICETIMERTREE_DEF
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698