Chromium Code Reviews| Index: src/IceCompileServer.cpp |
| diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp |
| index 011521ff3835df09283611cf0c15f45acaafd772..4f342ffe8a19ceb3e3128c29077012619657d084 100644 |
| --- a/src/IceCompileServer.cpp |
| +++ b/src/IceCompileServer.cpp |
| @@ -240,6 +240,7 @@ void CLCompileServer::run() { |
| } |
| transferErrorCode(getReturnValue( |
| ExtraFlags, static_cast<ErrorCodes>(Ctx->getErrorStatus()->value()))); |
| + Ctx->dumpConstantLookupCounts(); |
| } |
| } // end of namespace Ice |