mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
default count-aa to -print-all. The whole reason to use count-aa is
to see what queries are being made by a transformation, we might as well default to printing them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ed211406a
commit
0819cfb1e6
@ -23,7 +23,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
PrintAll("count-aa-print-all-queries", cl::ReallyHidden);
|
||||
PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
|
||||
static cl::opt<bool>
|
||||
PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user