Added a debugging code emitter that prints code to a file, debug to std::cerr,
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 22:43:19 +0000 (22:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 22:43:19 +0000 (22:43 +0000)
commit3432d1d1d5684098cdfd6e16f0ab6f209d0973b4
treeed138ee5154908734dd529627e7eb2d5225042f3
parent0d60345dcf410b346b8fe971cbf0a3e05a9254d5
Added a debugging code emitter that prints code to a file, debug to std::cerr,
and passes the real code to a memory-outputting code emitter. This may be
removed at a later point in development.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6379 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineCodeEmitter.cpp