Index: src/lithium-codegen.h |
diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h |
index 40d4d8e4f8e733224f9c36e7c04c8a1e300c1dd7..e4ecd0a75976c9111389c4818e979b647017f88a 100644 |
--- a/src/lithium-codegen.h |
+++ b/src/lithium-codegen.h |
@@ -35,6 +35,7 @@ class LCodeGenBase BASE_EMBEDDED { |
HGraph* graph() const; |
void FPRINTF_CHECKING Comment(const char* format, ...); |
+ void Comment(bool force, const char* string); |
void DeoptComment(const Deoptimizer::Reason& reason); |
bool GenerateBody(); |