summaryrefslogtreecommitdiffstats
path: root/clang/examples/wpa/clang-wpa.cpp
diff options
context:
space:
mode:
authorTom Care <tom.care@uqconnect.edu.au>2010-09-14 21:35:27 +0000
committerTom Care <tom.care@uqconnect.edu.au>2010-09-14 21:35:27 +0000
commitc88ed9561e07fcbf48f22e67bdbcd8f00f6f7528 (patch)
tree020191ae5002b4fb1308701a024116112d8abbfe /clang/examples/wpa/clang-wpa.cpp
parentd3be2c83d5c982c04aed7d7d0e82407a726d7cdb (diff)
downloadbcm5719-llvm-c88ed9561e07fcbf48f22e67bdbcd8f00f6f7528.tar.gz
bcm5719-llvm-c88ed9561e07fcbf48f22e67bdbcd8f00f6f7528.zip
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop.
llvm-svn: 113862
Diffstat (limited to 'clang/examples/wpa/clang-wpa.cpp')
-rw-r--r--clang/examples/wpa/clang-wpa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/wpa/clang-wpa.cpp b/clang/examples/wpa/clang-wpa.cpp
index 41dca0dc451..79afbbd2732 100644
--- a/clang/examples/wpa/clang-wpa.cpp
+++ b/clang/examples/wpa/clang-wpa.cpp
@@ -134,7 +134,7 @@ int main(int argc, char **argv) {
PP.getLangOptions(), /* PathDiagnostic */ 0,
CreateRegionStoreManager,
CreateRangeConstraintManager, &Idxer,
- /* MaxNodes */ 300000, /* MaxLoop */ 3,
+ /* MaxNodes */ 300000, /* MaxVisit */ 3,
/* VisualizeEG */ false, /* VisualizeEGUbi */ false,
/* PurgeDead */ true, /* EagerlyAssume */ false,
/* TrimGraph */ false, /* InlineCall */ true,
OpenPOWER on IntegriCloud