]> granicus.if.org Git - clang/commit
Use SaveAndRestore to simplify logic in LiveVariables::runOnAllBlocks(). Patch by...
authorTed Kremenek <kremenek@apple.com>
Sat, 7 Nov 2009 05:57:35 +0000 (05:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 7 Nov 2009 05:57:35 +0000 (05:57 +0000)
commit31d8cadc8337b5f90c2e5eddf712d769e99c977b
treee28ccd02fb061871c92ab2d782c096ad3e2ead4b
parentdd35ce9a783dea7e6660f9cb1d973742f3b3c73f
Use SaveAndRestore to simplify logic in LiveVariables::runOnAllBlocks().  Patch by Kovarththanan Rajaratnam!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86343 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Support/SaveAndRestore.h
lib/Analysis/LiveVariables.cpp