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

Unified Diff: src/bit-vector.cc

Issue 1305393003: [turbofan] Deferred blocks splintering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « BUILD.gn ('k') | src/compiler/ast-graph-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bit-vector.cc
diff --git a/src/bit-vector.cc b/src/bit-vector.cc
index 198b24273c2c2cf032cbf90e9d5bb998d540792b..cdd00f89c4b500cb009b087f7fe44d2a72a90ba9 100644
--- a/src/bit-vector.cc
+++ b/src/bit-vector.cc
@@ -21,7 +21,7 @@ void BitVector::Print() {
PrintF("%d", i);
}
}
- PrintF("}");
+ PrintF("}\n");
}
#endif
« no previous file with comments | « BUILD.gn ('k') | src/compiler/ast-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698