llvm-6502/test/CodeGen/X86/GC
Benjamin Kramer 063337309e Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.
Due to the execution order of doFinalization functions, the GC information were
deleted before AsmPrinter::doFinalization was executed. Thus, the
GCMetadataPrinter::finishAssembly was never called.

The patch fixes that by moving the code of the GCInfoDeleter::doFinalization to
Printer::doFinalization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175528 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-19 16:51:44 +00:00
..
alloc_loop.ll
argpromotion.ll
badreadproto.ll
badrootproto.ll
badwriteproto.ll
cg-O0.ll Strip the pointer casts off of allocas so that the selection DAG can find them. 2012-05-01 22:50:45 +00:00
deadargelim.ll
fat.ll
inline2.ll
inline.ll
lit.local.cfg
lower_gcroot.ll
ocaml-gc.ll Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. 2013-02-19 16:51:44 +00:00
outside.ll