forked from OSchip/llvm-project
Remove recently added FIXME. The appropriate FIXME is already in MemRegionManager::getVarRegion().
llvm-svn: 89897
This commit is contained in:
parent
4da997b936
commit
80f70b54aa
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue