| Index: src/crankshaft/lithium-codegen.h
|
| diff --git a/src/crankshaft/lithium-codegen.h b/src/crankshaft/lithium-codegen.h
|
| index b4b464802f82e871ee01582217f282a91133d088..79a50ccbb1a038b2aeab1e4301e93ff24f92c7a9 100644
|
| --- a/src/crankshaft/lithium-codegen.h
|
| +++ b/src/crankshaft/lithium-codegen.h
|
| @@ -35,7 +35,7 @@ class LCodeGenBase BASE_EMBEDDED {
|
| LPlatformChunk* chunk() const { return chunk_; }
|
| HGraph* graph() const;
|
|
|
| - void FPRINTF_CHECKING Comment(const char* format, ...);
|
| + void PRINTF_FORMAT(2, 3) Comment(const char* format, ...);
|
| void DeoptComment(const Deoptimizer::DeoptInfo& deopt_info);
|
| static Deoptimizer::DeoptInfo MakeDeoptInfo(
|
| LInstruction* instr, Deoptimizer::DeoptReason deopt_reason);
|
|
|