| commit | 86c1181c3d877c33058a707c8f2a54a220f1d0ab | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Sat Jan 23 00:40:33 2010 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Sat Jan 23 00:40:33 2010 +0000 |
| tree | 8f7c0c9a36149f0b2e849d6c3350dc7fd39485ce | |
| parent | 625a515120c6237386371ffe3a2afa82c7a83c62 [diff] |
Modified the register matcher function in AsmMatcher to be static. Also made it possible for clients to get it and no other functions from ...GenAsmMatcher.inc by defining REGISTERS_ONLY before including GenAsmMatcher.inc. This sets the stage for target-specific lexers that can identify registers and return AsmToken::Register as appropriate. llvm-svn: 94266