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

Unified Diff: src/IceGlobalContext.h

Issue 1900543002: Subzero: Allow per-method controls. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: More cleanup Created 4 years, 8 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 848fe1221dcfa5bd33fc19795ffad13b5562d26e..c216f82f92dd54a403736e4c6402eb1e929dbf5f 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -453,14 +453,6 @@ public:
void dumpConstantLookupCounts();
- /// Utility function to match a symbol name against a match string. This is
- /// used in a few cases where we want to take some action on a particular
- /// function or symbol based on a command-line argument, such as changing the
- /// verbose level for a particular function. An empty Match argument means
- /// match everything. Returns true if there is a match.
- static bool matchSymbolName(const GlobalString &SymbolName,
- const std::string &Match);
-
/// DisposeGlobalVariablesAfterLowering controls whether the memory used by
/// GlobaleVariables can be reclaimed right after they have been lowered.
/// @{

Powered by Google App Engine
This is Rietveld 408576698