]> granicus.if.org Git - clang/commit
Minor code cleanup: pull variables into scope of 'if' statement, limiting their
authorTed Kremenek <kremenek@apple.com>
Wed, 1 Jul 2009 23:30:34 +0000 (23:30 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 1 Jul 2009 23:30:34 +0000 (23:30 +0000)
commit8b2ba3195a6c6cffdbba05d9d1d809c9b808509f
tree7969aef41703a278bd2cd9937daeae82c82f88a1
parentae4df629dda13736c9e3251921b168084cd01978
Minor code cleanup: pull variables into scope of 'if' statement, limiting their
actual lifetime to their logical lifetime.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionStore.cpp