Extend the ValuesAtScope cache to cover all expressions, not just
[oota-llvm.git] / 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);