Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: src/hydrogen.cc

Issue 6995022: Fix lint. (Closed)
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 4422fafea4f0a0f66cfb1343fd762ecc659c667f..4bb895fcd0fc042f5ae9ca2f9193eb8101a1e4a4 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -4639,7 +4639,6 @@ void HGraphBuilder::VisitSub(UnaryOperation* expr) {
HInstruction* instr = new(zone()) HMul(value, graph_->GetConstantMinus1());
Representation rep = ToRepresentation(oracle()->UnaryType(expr));
- PrintF("********************** Old: %s, New: %s\n", instr->representation().Mnemonic(), rep.Mnemonic());
AssumeRepresentation(instr, rep);
ast_context()->ReturnInstruction(instr, expr->id());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698