diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-30 19:23:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-30 19:23:13 +0000 |
commit | 693173feefaa326fad0e386470846fb3199ba381 (patch) | |
tree | df8851a37072eb03789bcb2f4250e30ffeb5f866 /utils/TableGen/StringMatcher.cpp | |
parent | 8cc0a6b788a17b3afc779e9da90f5203c8b78436 (diff) |
Implement (and document!) support for MnemonicAlias's to have Requires
directives, allowing things like this:
def : MnemonicAlias<"pop", "popl">, Requires<[In32BitMode]>;
def : MnemonicAlias<"pop", "popq">, Requires<[In64BitMode]>;
Move the rest of the X86 MnemonicAliases over to the .td file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/StringMatcher.cpp')
0 files changed, 0 insertions, 0 deletions