uselistorder: Pull the assembly bit up out of the printer
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 02:12:41 +0000 (02:12 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 02:12:41 +0000 (02:12 +0000)
commit8b376eb892a4667beb08a0cc0f68d370b99e10a5
treedd9bfc65f5e4045765b4550a733748b9068541df
parentc9d5dea0fea11cc40a8b0a48865b4d572df8f080
uselistorder: Pull the assembly bit up out of the printer

Pull the `-preserve-ll-uselistorder` bit up through all the callers of
`Module::print()`.  I converted callers of `operator<<` to
`Module::print()` where necessary to pull the bit through.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234968 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Module.h
lib/IR/AsmWriter.cpp
lib/IR/IRPrintingPasses.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-link/llvm-link.cpp
tools/verify-uselistorder/verify-uselistorder.cpp