Chromium Code Reviews| 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. |