summaryrefslogtreecommitdiff
path: root/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-23 19:32:16 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-23 19:32:16 +0000
commitf698f7e71940663e26a4806a96fb0bdfa160c886 (patch)
tree258c14596f927fd77ae8d727dc9c3d4471bf0f46 /lib/Analysis/BugReporter.cpp
parentd6aff018d446f22be4e4e0277080ebfa5b157288 (diff)
Notes
Diffstat (limited to 'lib/Analysis/BugReporter.cpp')
-rw-r--r--lib/Analysis/BugReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/BugReporter.cpp b/lib/Analysis/BugReporter.cpp
index 5dbbfc33e426..9c9029cfff34 100644
--- a/lib/Analysis/BugReporter.cpp
+++ b/lib/Analysis/BugReporter.cpp
@@ -380,7 +380,7 @@ public:
return true;
// Check if the previous state has this binding.
- SVal X = VMgr.GetSVal(PrevSt, loc::MemRegionVal(R));
+ SVal X = PrevSt->getSVal(loc::MemRegionVal(R));
if (X == V) // Same binding?
return true;