Fix "expression is redundant [misc-redundant-expression]" warning (PR44768)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Feb 2020 21:23:50 +0000 (21:23 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Feb 2020 21:24:21 +0000 (21:24 +0000)
commit83d0db59d6ffddfe57a1a1f1ccb2a8a18cc6c940
tree26cc7613158a6814c36acf801b7e20ad831557b0
parent12fe9b26ec88bb2dd40d574a644edca302e804b2
Fix "expression is redundant [misc-redundant-expression]" warning (PR44768)

Be more specific that getOperandConstraint should return -1 or a uint8_t value
llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp