Add support for a TODO; instructions in .td files can now have arguments
authorNate Begeman <natebegeman@mac.com>
Thu, 14 Jul 2005 22:50:30 +0000 (22:50 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 14 Jul 2005 22:50:30 +0000 (22:50 +0000)
commitafc545616a5a062e6872114f9f1c23070e5e753b
treeee12a1451d5b7bd2bdb0c1b0ee7224402367ab3f
parent8bf0f649234fe47e4755bfd816a9877a9e86f3b5
Add support for a TODO; instructions in .td files can now have arguments
printed as part of the opcode.  This allows something like
cmp${cc}ss in the x86 backed to be printed as cmpltss, cmpless, etc.
depending on what the value of $cc is.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22439 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp