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:
Chris Lattner 2009-08-30 04:25:40 +00:00
parent 5167a4644d
commit 65c6a85cfd
1 changed files with 1 additions and 1 deletions

View File

@ -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);