| commit | acd8cf8582b7b1aaa31de7179cebbc6847b47c42 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 24 20:45:26 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 24 20:45:26 2015 +0000 |
| tree | 6ea418ade0d62aa8fdd812d93a4b710e563aa42a | |
| parent | ab4cbcfda7c7cf7aa7805881f94c6877be231354 [diff] |
AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFC `DISubroutineType` is impossible at this `dyn_cast` site, since we're only dealing with named types and `DISubroutineType` cannot be named. Strengthen the `dyn_cast` to `DICompositeType`. llvm-svn: 243157