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

Unified Diff: src/llvm2ice.cpp

Issue 756543002: Subzero: Fix new issues after the LLVM 3.5 merge. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Also use `llvm-config --system-libs` Created 6 years, 1 month 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/IceRNG.cpp ('k') | tests_lit/assembler/x86/immediate_encodings.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/llvm2ice.cpp
diff --git a/src/llvm2ice.cpp b/src/llvm2ice.cpp
index 774a8e6a88dd8ebfd443c8ebcf75b6cc91ac5cc9..a28b07f924c61a3b9dd45a17a72f30746014e27c 100644
--- a/src/llvm2ice.cpp
+++ b/src/llvm2ice.cpp
@@ -129,7 +129,7 @@ static cl::opt<bool> DecorateAsm(
cl::desc("Decorate textual asm output with register liveness info"));
static cl::opt<bool>
-DumpStats("stats",
+DumpStats("szstats",
cl::desc("Print statistics after translating each function"));
// This is currently needed by crosstest.py.
« no previous file with comments | « src/IceRNG.cpp ('k') | tests_lit/assembler/x86/immediate_encodings.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698