2
0

[HIPIFY] Rename -n to -examine

[ROCm/hip commit: 95ae514511]
Este cometimento está contido em:
Evgeny Mankov
2016-12-12 20:03:01 +03:00
ascendente a5ded34092
cometimento b2377f20ba
+2 -2
Ver ficheiro
@@ -2019,7 +2019,7 @@ static cl::opt<bool> PrintStats("print-stats",
cl::value_desc("print-stats"),
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::value_desc("n"),
cl::cat(ToolTemplateCategory));
@@ -2123,7 +2123,7 @@ int main(int argc, const char **argv) {
return 1;
}
}
if (N) {
if (Examine) {
NoOutput = PrintStats = true;
}
int Result = 0;