]> granicus.if.org Git - llvm/commit
SparcV9CodeEmitter.cpp is a part of the Sparc code emitter. The main function
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 20:07:58 +0000 (20:07 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 20:07:58 +0000 (20:07 +0000)
commit3de36f5309673fe61bd78086160fdd1f0aaf1aa7
tree4ebeeb16d398a5fcfca7e61a012cf114cc788bcc
parent998800cb874fcdc1f671f17a000787e518326e81
SparcV9CodeEmitter.cpp is a part of the Sparc code emitter. The main function
that assembles instructions is generated via TableGen (and hence must be built
before building this directory, but that's already the case in the top-level
Makefile).

Also added is .cvsignore to ignore the generated file `SparcV9CodeEmitter.inc',
which is included by SparcV9CodeEmitter.cpp .

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/.cvsignore [new file with mode: 0644]
lib/Target/SparcV9/Makefile
lib/Target/SparcV9/SparcV9CodeEmitter.cpp [new file with mode: 0644]