| commit | 869db50ffd931af466d85ca751a4843fc8aa15bf | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Mar 30 16:19:15 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Mon Mar 30 16:19:15 2015 +0000 |
| tree | 82aa6ac5f6ef61c4b1ddb36c2b8871d7e505e5a6 | |
| parent | d1fdbe7c3266c1a2876dd4a628c881ddf62e0149 [diff] |
Verifier: Check operands of MDSubprogram nodes Check operands of `MDSubprogram`s in the verifier, and update the accessors and factory functions to use more specific types. There were a lot of broken testcases, which I fixed in r233466. If you have out-of-tree tests for debug info, you probably need similar changes to the ones I made there. llvm-svn: 233559