| Index: src/IceGlobalContext.h
|
| diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
|
| index fd76bd7ff8332dd26b5992f9ca3715ee94d6ad6a..6d452d4b877b4b52a81346b961ce88cc2d9b4928 100644
|
| --- a/src/IceGlobalContext.h
|
| +++ b/src/IceGlobalContext.h
|
| @@ -428,6 +428,8 @@ public:
|
| /// Lowers the profile information.
|
| void lowerProfileData();
|
|
|
| + 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
|
|
|