Fix PR5329: pay attention to constructor/destructor priority
authorDuncan Sands <baldrick@free.fr>
Sun, 28 Aug 2011 13:17:22 +0000 (13:17 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 28 Aug 2011 13:17:22 +0000 (13:17 +0000)
commitfd9c4f76f4a1ec06891a3405198fc907f8253958
tree369ddc615b65c280e5f5628ef4408a4a2e1e5ff0
parentc98da24bed617b9264db8df5f378cccd2a95e792
Fix PR5329: pay attention to constructor/destructor priority
when outputting them.  With this, the entire LLVM testsuite
passes when built with dragonegg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138724 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/X86/2011-08-29-InitOrder.ll [new file with mode: 0644]