Verifier: Don't crash on null entries in debug info retained types list
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Aug 2015 22:36:40 +0000 (22:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 22 Aug 2015 22:36:40 +0000 (22:36 +0000)
There was already a good error path for this. Added a test for it & made
a minor code change to ensure the error path was actually reached,
rather than crashing before we got that far.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245795 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found