default count-aa to -print-all. The whole reason to use count-aa is
authorChris Lattner <sabre@nondot.org>
Sun, 30 Aug 2009 04:25:40 +0000 (04:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Aug 2009 04:25:40 +0000 (04:25 +0000)
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

lib/Analysis/AliasAnalysisCounter.cpp

index 73956a15a8ceb108271f8bf05be8b7390f796342..06827ae453370da95a76e136585a02aa53b49894 100644 (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);