mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 07:36:08 +00:00

It was making a list of a certain size but not always filling in that many elements, which would lead to a crash iterating over the list. Differential Revision: https://reviews.llvm.org/D59913 llvm-svn: 357207