| 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.
|
| /// @{
|
|
|