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

Unified Diff: lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp

Issue 154603002: Make pnacl-bccompress add abbreviations for obvious constants. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Fixs nits associated with Patch Set 4. Created 6 years, 10 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 | « lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp ('k') | tools/pnacl-bccompress/pnacl-bccompress.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp
diff --git a/lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp b/lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp
index 29eac5a68672f36397a268dac53af367c4429e77..fac862dc5235795d3be90e7313cac0201857703e 100644
--- a/lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp
+++ b/lib/Bitcode/NaCl/Reader/NaClBitcodeDist.cpp
@@ -60,7 +60,7 @@ void NaClBitcodeDist::AddBlock(const NaClBitcodeBlock &Block) {
void NaClBitcodeDist::Print(raw_ostream &Stream,
const std::string &Indent) const {
- Distribution *Dist = GetDistribution();
+ const Distribution *Dist = GetDistribution();
Stream << Indent;
Sentinel->PrintTitle(Stream, this);
Stream << Indent;
« no previous file with comments | « lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp ('k') | tools/pnacl-bccompress/pnacl-bccompress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698