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

Unified Diff: src/IceFixups.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/IceELFStreamer.h ('k') | src/IceGlobalContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceFixups.cpp
diff --git a/src/IceFixups.cpp b/src/IceFixups.cpp
index ff7916c434f68fd426b6697c042d22d62c4ce76a..a86d985a917b419b6a450a32eab46bb0bfce92ae 100644
--- a/src/IceFixups.cpp
+++ b/src/IceFixups.cpp
@@ -40,8 +40,8 @@ IceString AssemblerFixup::symbol(const GlobalContext *Ctx) const {
else
Str << Ctx->mangleName(CR->getName());
} else {
- // NOTE: currently only float/doubles are put into constant pools.
- // In the future we may put integers as well.
+ // NOTE: currently only float/doubles are put into constant pools. In the
+ // future we may put integers as well.
assert(llvm::isa<ConstantFloat>(C) || llvm::isa<ConstantDouble>(C));
C->emitPoolLabel(Str);
}
« no previous file with comments | « src/IceELFStreamer.h ('k') | src/IceGlobalContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698