[Asm] Finish matching once end of formal and actual lists reached (NFC)
authorOliver Stannard <oliver.stannard@arm.com>
Tue, 21 Nov 2017 15:12:05 +0000 (15:12 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Tue, 21 Nov 2017 15:12:05 +0000 (15:12 +0000)
commit6e94331259069aab6c2d15b4f31fca5bd0b0a1cc
treeaa3b05075203f34271262fec1b3a09874f1bfe3a
parent4acd57eb511b3ac7c19638d8c82e54d7d3e02cfc
[Asm] Finish matching once end of formal and actual lists reached (NFC)

This is NFC, as the matcher would continue looping up to the maximum
number of operands with no effect, but this should improve performance a
bit, and makes the debug trace clearer.

Differential revision: https://reviews.llvm.org/D36744

llvm-svn: 318769
llvm/utils/TableGen/AsmMatcherEmitter.cpp