Daniel Sanders 0cf4dc1701 Try to make AsmPrinter vtable compatible with previous shared library.
r232083 added AsmPrinter::emitInlineAsmStart() before
AsmPrinter::emitInlineAsmEnd(), changing the vtable in an incompatible way.
This patch swaps the declaration order so that the new vtable entry is at the
end of the vtable.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@232162 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-13 11:54:32 +00:00
..
2015-03-12 19:17:32 +00:00
2014-12-08 09:15:41 +00:00
2014-11-24 21:37:42 +00:00
2014-07-29 23:27:06 +00:00
2015-01-06 08:51:50 +00:00