Skip to content
Commit de37c467 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

[PM] Fix a bug where we didn't properly clear the list map when the list

became empty. This would manifest later as an assert failure due to
a non-empty list map but an empty result map. This doesn't easily
manifest with just the module pass manager and the function pass
manager, but the next commit will add the CGSCC pass manager that hits
this assert immediately.

llvm-svn: 206744
parent 54d9f88b
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