diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-12-16 23:53:37 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-12-16 23:53:37 +0000 |
commit | c410d4d2bb2de2c186fb48857e99e7809e780081 (patch) | |
tree | e4b57c7ac3785e31272cc1098c679bdece001e60 /lib/Analysis/Store.cpp | |
parent | adcfab1ffcb754672fb943832e04a79593a07a49 (diff) |
Completely remove ObjCObjectRegion (tests pass this time).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Store.cpp')
-rw-r--r-- | lib/Analysis/Store.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp index 0479c684d7..8d911b844f 100644 --- a/lib/Analysis/Store.cpp +++ b/lib/Analysis/Store.cpp @@ -98,7 +98,6 @@ const MemRegion *StoreManager::CastRegion(const MemRegion *R, QualType CastToTy) } case MemRegion::StringRegionKind: - case MemRegion::ObjCObjectRegionKind: // FIXME: Need to handle arbitrary downcasts. case MemRegion::SymbolicRegionKind: case MemRegion::AllocaRegionKind: |