[TableGen][GlobalISel] Make the arguments of the Instruction and Operand Matchers...
authorQuentin Colombet <qcolombet@apple.com>
Mon, 18 Dec 2017 22:12:13 +0000 (22:12 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Mon, 18 Dec 2017 22:12:13 +0000 (22:12 +0000)
commiteba10cbc885746de8ddf7af8bea38d62d4bf1f6b
treee8206c6bc536a39c0b2e6fd904e46ca5440642b5
parentea5ff9fa6b2b093e51f00ba3274276f9877ea616
[TableGen][GlobalISel] Make the arguments of the Instruction and Operand Matchers consistent

Move InsnVarID and OpIdx at the beginning of the list of arguments
for all the constructors of the OperandMatcher subclasses.
This matches what we do for the InstructionMatcher.

NFC.

llvm-svn: 321031
llvm/utils/TableGen/GlobalISelEmitter.cpp