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

Unified Diff: src/IceCfg.h

Issue 1255303004: Add -reorder-basic-blocks option and fix nop insertion (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Minor fix Created 5 years, 5 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 | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 08b4e979c2c07d993a56b38a2f3163627b45c1e1..4a6c5dc32013d5cbbb0b899126a52c0dbdef2b88 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -173,6 +173,7 @@ public:
void deletePhis();
void advancedPhiLowering();
void reorderNodes();
+ void shuffleNodes();
John 2015/07/29 17:52:36 What is the difference between shuffleNodes and re
qining 2015/07/29 23:04:40 They are doing different, but a little bit related
void doAddressOpt();
void doArgLowering();
void doNopInsertion();
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698