forked from OSchip/llvm-project
Make these hack flags hidden, like other dsa hack flags
llvm-svn: 31136
This commit is contained in:
parent
0c3211eff0
commit
9cdaa53007
|
@ -31,10 +31,10 @@ namespace {
|
||||||
Statistic<> NumCallEdges("budatastructures", "Number of 'actual' call edges");
|
Statistic<> NumCallEdges("budatastructures", "Number of 'actual' call edges");
|
||||||
|
|
||||||
cl::opt<bool>
|
cl::opt<bool>
|
||||||
AddGlobals("budatastructures-annotate-calls",
|
AddGlobals("budatastructures-annotate-calls", cl::Hidden,
|
||||||
cl::desc("Annotate call sites with functions as they are resolved"));
|
cl::desc("Annotate call sites with functions as they are resolved"));
|
||||||
cl::opt<bool>
|
cl::opt<bool>
|
||||||
UpdateGlobals("budatastructures-update-from-globals",
|
UpdateGlobals("budatastructures-update-from-globals", cl::Hidden,
|
||||||
cl::desc("Update local graph from global graph when processing function"));
|
cl::desc("Update local graph from global graph when processing function"));
|
||||||
|
|
||||||
RegisterPass<BUDataStructures>
|
RegisterPass<BUDataStructures>
|
||||||
|
|
Loading…
Reference in New Issue