diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-03-04 06:33:38 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-03-04 06:33:38 +0000 |
commit | 63d1d60e853e6af6b48b1a8cdb93835a7e86f32e (patch) | |
tree | b6c5451911ca5ad7557f2dbd8ecd50fb379fd30b /lib/Analysis/GRState.cpp | |
parent | cc5814732edc0c382d0136ab57ec6149566043e2 (diff) |
Adjust indentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRState.cpp')
-rw-r--r-- | lib/Analysis/GRState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/GRState.cpp b/lib/Analysis/GRState.cpp index 85a85f207d..7399ad4e22 100644 --- a/lib/Analysis/GRState.cpp +++ b/lib/Analysis/GRState.cpp @@ -209,7 +209,7 @@ const GRState* GRStateManager::addGDM(const GRState* St, void* Key, void* Data){ //===----------------------------------------------------------------------===// namespace { - class VISIBILITY_HIDDEN ScanReachableSymbols : public SubRegionMap::Visitor { +class VISIBILITY_HIDDEN ScanReachableSymbols : public SubRegionMap::Visitor { typedef llvm::DenseSet<const MemRegion*> VisitedRegionsTy; VisitedRegionsTy visited; |