Make the MCStreamer have a reset method and call that after finalization of the asm...
authorPedro Artigas <partigas@apple.com>
Wed, 12 Dec 2012 22:59:46 +0000 (22:59 +0000)
committerPedro Artigas <partigas@apple.com>
Wed, 12 Dec 2012 22:59:46 +0000 (22:59 +0000)
commit5399d2502acaf96fe8420e61913e77f0b23650ff
tree0a88b5a320500c2eeae8320ce4bd46014af30ef9
parent5749801caaf523e2e151eea4cacc87299a4b3822
Make the MCStreamer have a reset method and call that after finalization of the asm printer,
also changed MCContext to a single reset only method for simplicity as requested on the list

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170041 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCStreamer.cpp