| commit | 1d15a9f0c976a4c13d38010da2b4f3a9f97450bf | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 25 00:35:38 2016 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 25 00:35:38 2016 +0000 |
| tree | 19ef34fcb255d206dc743648a0cd0566f2062479 | |
| parent | 0dab98d9269355d3622c0949f27e2559892f2757 [diff] |
IR: Reserve an MDKind for !llvm.loop; NFC This reserves an MDKind for !llvm.loop, which allows callers to avoid a string-based lookup. I'm not sure why it was missing. There should be no functionality change here, just a small compile-time speedup. llvm-svn: 264371