Index: src/ia32/full-codegen-ia32.cc |
=================================================================== |
--- src/ia32/full-codegen-ia32.cc (revision 8916) |
+++ src/ia32/full-codegen-ia32.cc (working copy) |
@@ -3830,7 +3830,6 @@ |
void FullCodeGenerator::EmitUnaryOperation(UnaryOperation* expr, |
const char* comment) { |
- // TODO(svenpanne): Allowing format strings in Comment would be nice here... |
Sven Panne
2011/08/12 09:41:40
Not really related to the current patch, but I gue
|
Comment cmt(masm_, comment); |
bool can_overwrite = expr->expression()->ResultOverwriteAllowed(); |
UnaryOverwriteMode overwrite = |