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

Unified Diff: src/IceCompileServer.cpp

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 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 | « src/IceCompileServer.h ('k') | src/IceCompiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompileServer.cpp
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp
index b7bc72b7ba15eefc937e8d657955ddbaa3eefb63..db0694b9556653f230c8af08b6271dd2baff9f69 100644
--- a/src/IceCompileServer.cpp
+++ b/src/IceCompileServer.cpp
@@ -37,9 +37,8 @@ namespace Ice {
namespace {
-// Define a SmallVector backed buffer as a data stream, so that it
-// can hold the generated binary version of the textual bitcode in the
-// input file.
+// Define a SmallVector backed buffer as a data stream, so that it can hold the
+// generated binary version of the textual bitcode in the input file.
class TextDataStreamer : public llvm::DataStreamer {
public:
TextDataStreamer() = default;
@@ -129,8 +128,8 @@ void CLCompileServer::run() {
}
ELFStr.reset(new ELFStreamer(*FdOs.get()));
Os.reset(FdOs.release());
- // NaCl sets st_blksize to 0, and LLVM uses that to pick the
- // default preferred buffer size. Set to something non-zero.
+ // NaCl sets st_blksize to 0, and LLVM uses that to pick the default
+ // preferred buffer size. Set to something non-zero.
Os->SetBufferSize(1 << 14);
} break;
case FT_Asm:
« no previous file with comments | « src/IceCompileServer.h ('k') | src/IceCompiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698