Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 01:35:39 +0000 (01:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 01:35:39 +0000 (01:35 +0000)
commit6cc654b27a9d392ac7660afcb23e3c8136e9ab28
tree571842880726553487235ebf32fc28eeea46c62a
parent5fbe27530415dcacd7afd591c4ba1d6df4374873
Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor.

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