Chromium Code Reviews

Unified Diff: src/IceCfg.h

Issue 463563006: Subzero: Randomly insert nops. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Comments round 1, make compatible with LLVM Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceTargetLowering.h » ('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 856b145c3ebfffd94ec7858ce73547092809c168..e12bc9de0a77626817f960e86c2a3356ba879433 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -88,6 +88,7 @@ public:
void deletePhis();
void doAddressOpt();
void doArgLowering();
+ void doNopInsertion();
void genCode();
void genFrame();
void livenessLightweight();
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceTargetLowering.h » ('J')

Powered by Google App Engine