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

Unified Diff: src/IceClFlags.h

Issue 1522433004: eliminate code related to --no-ir-gen (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes suggested by stichnot Created 5 years 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/IceBuildDefs.h ('k') | src/IceClFlags.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 a514a9bcd77ca0ee0769468dd579ac198970b712..1beb2a09785677f6cd8d0f8c8982c184420aeae2 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -70,11 +70,6 @@ public:
bool getDisableInternal() const { return DisableInternal; }
void setDisableInternal(bool NewValue) { DisableInternal = NewValue; }
- bool getDisableIRGeneration() const {
- return BuildDefs::disableIrGen() && DisableIRGeneration;
- }
- void setDisableIRGeneration(bool NewValue) { DisableIRGeneration = NewValue; }
-
bool getDisableTranslation() const { return DisableTranslation; }
void setDisableTranslation(bool NewValue) { DisableTranslation = NewValue; }
@@ -260,7 +255,6 @@ private:
bool DecorateAsm;
bool DisableHybridAssembly;
bool DisableInternal;
- bool DisableIRGeneration;
bool DisableTranslation;
bool DumpStats;
bool EnableBlockProfile;
« no previous file with comments | « src/IceBuildDefs.h ('k') | src/IceClFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698