OSDN Git Service

Per PR 6219, factored AsmWriterInst and AsmWriterOperand
authorSean Callanan <scallanan@apple.com>
Tue, 9 Feb 2010 21:50:41 +0000 (21:50 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 9 Feb 2010 21:50:41 +0000 (21:50 +0000)
commitd32c02f3145c8d5114c9bd367e9ff15f4aed2e15
tree033b72864c6b99d84594560bf47477a5f7e67598
parent9e8528fc5cd7426884c1708d921d4608ac3878b7
Per PR 6219, factored AsmWriterInst and AsmWriterOperand
out of the AsmWriterEmitter.  This patch does the physical
code movement, but leaves the implementation unchanged. I'll
make any changes necessary to generalize the code in a
separate patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95697 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp [new file with mode: 0644]
utils/TableGen/AsmWriterInst.h [new file with mode: 0644]