[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser::UnresolvedOperand
authorRiver Riddle <riddleriver@gmail.com>
Thu, 7 Apr 2022 01:24:31 +0000 (18:24 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Thu, 7 Apr 2022 01:25:08 +0000 (18:25 -0700)
commit5520e07f46630fe58d459e66154550ea4a7c9674
tree06fb466e407f406e7b218eedc0ec6626b71c53b8
parenta41a676e8afd57fda0203de1aa14a06418f37e0e
[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser::UnresolvedOperand

These are functionally identical, and merging the two removes the number of
redundant conversions within the parser.
mlir/lib/Parser/Parser.cpp