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

Unified Diff: src/IceGlobalContext.h

Issue 2218363002: Subzero: Embed the revision string into translated output. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 4 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/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index e4be36b31b3c871a66f1bb783ada3877ea5cacfc..48e150cebf69f9f5f18c886ce722ef453ecc3337 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -621,13 +621,7 @@ private:
}
}
- void lowerGlobalsIfNoCodeHasBeenSeen() {
- if (HasSeenCode)
- return;
- constexpr char NoSuffix[] = "";
- lowerGlobals(NoSuffix);
- HasSeenCode = true;
- }
+ void lowerGlobalsIfNoCodeHasBeenSeen();
void saveBlockInfoPtrs();
« no previous file with comments | « src/IceCompileServer.cpp ('k') | src/IceGlobalContext.cpp » ('j') | src/IceGlobalContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698