diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-25 23:30:34 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-25 23:30:34 +0000 |
commit | 80f70b54aad87a63c7c06903ab6b52edcc9de167 (patch) | |
tree | 4d86fffd64c7bfda6d2d2d84cbd2ad93445071b4 /clang | |
parent | 4da997b936c1ea6794cd0beb43a547ac695cdf13 (diff) | |
download | bcm5719-llvm-80f70b54aad87a63c7c06903ab6b52edcc9de167.tar.gz bcm5719-llvm-80f70b54aad87a63c7c06903ab6b52edcc9de167.zip |
Remove recently added FIXME. The appropriate FIXME is already in MemRegionManager::getVarRegion().
llvm-svn: 89897
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/Analysis/RegionStore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 0afe0e8edde..16a4690f95a 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp @@ -590,8 +590,6 @@ SVal RegionStoreManager::getLValueString(const StringLiteral* S) { /// VarRegion, and the lvalue of the variable is the lvalue of that region. SVal RegionStoreManager::getLValueVar(const VarDecl *VD, const LocationContext *LC) { - // FIXME: The LocationContext should be adjusted if 'VD' is not from - // the current stack frame, but is a global, etc. return loc::MemRegionVal(MRMgr.getVarRegion(VD, LC)); } |