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

Unified Diff: src/IceClFlags.h

Issue 673783002: Subzero: Improve debugging controls, plus minor refactoring. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 2 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/IceCfgNode.cpp ('k') | src/IceInstX8632.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.h
diff --git a/src/IceClFlags.h b/src/IceClFlags.h
index d1a71aeb11279f6253a0b93ca1c6d1ac3d362188..d610c6ad614a27c4014f992b71770b3aec426657 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -35,6 +35,7 @@ public:
bool DataSections;
bool UseIntegratedAssembler;
bool UseSandboxing;
+ bool PhiEdgeSplit;
bool DumpStats;
bool AllowUninitializedGlobals;
bool TimeEachFunction;
@@ -42,6 +43,7 @@ public:
IceString DefaultFunctionPrefix;
IceString TimingFocusOn;
IceString VerboseFocusOn;
+ IceString TranslateOnly;
};
} // end of namespace Ice
« no previous file with comments | « src/IceCfgNode.cpp ('k') | src/IceInstX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698