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

Unified Diff: src/IceCompiler.cpp

Issue 1419903002: Subzero: Refactor x86 register definitions to use the alias mechanism. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix assembler unit tests. Fix register names. Code review changes. Rebase Created 5 years, 2 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/IceCfgNode.cpp ('k') | src/IceConditionCodesX8632.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCompiler.cpp
diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
index b4b6c89a758a06eb51f3d8beac8d932166f4eaa5..fdd97563ab5473349dbde4093b9dd59866d26ee4 100644
--- a/src/IceCompiler.cpp
+++ b/src/IceCompiler.cpp
@@ -181,7 +181,7 @@ void Compiler::run(const Ice::ClFlagsExtra &ExtraFlags, GlobalContext &Ctx,
Ctx.dumpTimers();
if (Ctx.getFlags().getTimeEachFunction()) {
- const bool DumpCumulative = false;
+ constexpr bool DumpCumulative = false;
Ctx.dumpTimers(GlobalContext::TSK_Funcs, DumpCumulative);
}
constexpr bool FinalStats = true;
« no previous file with comments | « src/IceCfgNode.cpp ('k') | src/IceConditionCodesX8632.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698