mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 08:12:12 +00:00
Make these hack flags hidden, like other dsa hack flags
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72be6e63b1
commit
12711dfb16
@ -31,10 +31,10 @@ namespace {
|
||||
Statistic<> NumCallEdges("budatastructures", "Number of 'actual' call edges");
|
||||
|
||||
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::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"));
|
||||
|
||||
RegisterPass<BUDataStructures>
|
||||
|
Loading…
x
Reference in New Issue
Block a user