summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/AliasAnalysisCounter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-30 04:25:40 +0000
committerChris Lattner <sabre@nondot.org>2009-08-30 04:25:40 +0000
commit65c6a85cfd484fc9b96465c4b6f7f2625830dcd6 (patch)
treef09f69b13a60c9e6bd6ee4a4b876fd5b4f7d0e81 /llvm/lib/Analysis/AliasAnalysisCounter.cpp
parent5167a4644d2d043fea05c3cb237a14e6db4d6cfb (diff)
downloadbcm5719-llvm-65c6a85cfd484fc9b96465c4b6f7f2625830dcd6.tar.gz
bcm5719-llvm-65c6a85cfd484fc9b96465c4b6f7f2625830dcd6.zip
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
Diffstat (limited to 'llvm/lib/Analysis/AliasAnalysisCounter.cpp')
-rw-r--r--llvm/lib/Analysis/AliasAnalysisCounter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/AliasAnalysisCounter.cpp b/llvm/lib/Analysis/AliasAnalysisCounter.cpp
index 73956a15a8c..06827ae4533 100644
--- a/llvm/lib/Analysis/AliasAnalysisCounter.cpp
+++ b/llvm/lib/Analysis/AliasAnalysisCounter.cpp
@@ -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);
OpenPOWER on IntegriCloud