| commit | 377f99bc680ad47c6b3a5aa8cbb065b8c115148d | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed May 02 17:33:51 2012 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed May 02 17:33:51 2012 +0000 |
| tree | e75e6190672b74f6ca4b9f2734ece16378ce3c2a | |
| parent | 12c1cd33f426980e54ce6c59dc834acb6acd1779 [diff] |
Replace the StringSwitch in AttributeList::getKind() with a TableGen-generated StringMatcher, for a 1.2% speedup in -fparse-only time in <rdar://problem/11004361>. Thanks to Benjamin for pointing me at StringMatcher! llvm-svn: 156003