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

Unified Diff: src/IceGlobalInits.h

Issue 1185703004: Add constant blinding/pooling option for X8632 code translation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Avoid calling randomizationOrPoolImmediate() multiple times on a same operand" Created 5 years, 6 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
Index: src/IceGlobalInits.h
diff --git a/src/IceGlobalInits.h b/src/IceGlobalInits.h
index 4c51606c6419f9aa13428c405a3481baa9c9eb53..754f181d510ac47ced3185e384b04c1848ff249f 100644
--- a/src/IceGlobalInits.h
+++ b/src/IceGlobalInits.h
@@ -291,9 +291,7 @@ public:
return isExternal() && !hasInitializer();
}
- void setSuppressMangling() {
- ForceSuppressMangling = true;
- }
+ void setSuppressMangling() { ForceSuppressMangling = true; }
private:
// list of initializers for the declared variable.

Powered by Google App Engine
This is Rietveld 408576698