[HIPIFY] Rename -n to -examine

此提交包含在:
Evgeny Mankov
2016-12-12 20:03:01 +03:00
父節點 d5eb7f494f
當前提交 b73ffa4e7c
+2 -2
查看文件
@@ -2019,7 +2019,7 @@ static cl::opt<bool> PrintStats("print-stats",
cl::value_desc("print-stats"), cl::value_desc("print-stats"),
cl::cat(ToolTemplateCategory)); cl::cat(ToolTemplateCategory));
static cl::opt<bool> N("n", static cl::opt<bool> Examine("examine",
cl::desc("Combines -no-output and -print-stats options"), cl::desc("Combines -no-output and -print-stats options"),
cl::value_desc("n"), cl::value_desc("n"),
cl::cat(ToolTemplateCategory)); cl::cat(ToolTemplateCategory));
@@ -2123,7 +2123,7 @@ int main(int argc, const char **argv) {
return 1; return 1;
} }
} }
if (N) { if (Examine) {
NoOutput = PrintStats = true; NoOutput = PrintStats = true;
} }
int Result = 0; int Result = 0;