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

Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a

vanilla reverse-BFS followed by a forward-DFS instead of resulting to strange
histrionics (whose purpose I can no longer remember) in the reverse-BFS stage.
This fixes an assertion failure in BugReporter due to edge cases where no root
was being hit in the reverse-BFS phase.

llvm-svn: 65160
parent 2c8cb5b4
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