mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01: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. llvm-svn: 80474
This commit is contained in:
parent
ccb2d3a3b8
commit
df2191a33d
@ -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…
x
Reference in New Issue
Block a user