refactor InstructionInfo to not have a pointer to CodeGenInstruction
authorChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 04:34:44 +0000 (04:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 04:34:44 +0000 (04:34 +0000)
commit5bc93878069b7d9c567c8a04ebfa329636822c5e
tree46aa1a734ce6a57019535fdd9a6be9ac80be74d5
parentc76e80ded753b78a72be0db40fcdba543435d818
refactor InstructionInfo to not have a pointer to CodeGenInstruction
member, and make isAssemblerInstruction() a method (pushing some code
around inside it).

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