[PATCH] D41728: [TableGen][AsmMatcherEmitter] Remove boolean 'Hack' parameter
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 18:08:04 PST 2018
apazos added inline comments.
================
Comment at: utils/TableGen/AsmMatcherEmitter.cpp:1121
errs() << "warning: '" << TheDef->getName() << "': "
<< "ignoring instruction with tied operand '"
<< Tok << "'\n";
----------------
change << "ignoring instruction with tied operand ' to << "instruction with tied operand ' or remove the warning...
https://reviews.llvm.org/D41728
More information about the llvm-commits
mailing list