diff options
author | Jim Grosbach <grosbach@apple.com> | 2013-02-06 06:00:11 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2013-02-06 06:00:11 +0000 |
commit | 231e7aa460a90d350f677aba71d123e14c5fa05f (patch) | |
tree | d7da16de0849d3e7e8557eaff799cdf581ab2dfe /clang/unittests | |
parent | 86c652a6b23556afd7e830eba2e6f099ed15aa5e (diff) | |
download | bcm5719-llvm-231e7aa460a90d350f677aba71d123e14c5fa05f.tar.gz bcm5719-llvm-231e7aa460a90d350f677aba71d123e14c5fa05f.zip |
ARM: Use MCTargetAsmParser::validateTargetOperandClass().
Use the validateTargetOperandClass() hook to match literal '#0' operands in
InstAlias definitions. Previously this required per-instruction C++ munging of the
operand list, but not is handled as a natural part of the matcher. Much better.
No additional tests are required, as the pre-existing tests for these instructions
exercise the new behaviour as being functionally equivalent to the old.
llvm-svn: 174488
Diffstat (limited to 'clang/unittests')
0 files changed, 0 insertions, 0 deletions