Skip to content
Commit 899ef133 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fixed deadcode bug where check for NULL decl occured within a block

where the decl would always be non-NULL.  Moved the check to after the
block to properly tidy up the iterator's state.

llvm-svn: 43473
parent 134b3f4b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment