uselistorder: Pull bit through BitcodeWriterPass
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 00:34:24 +0000 (00:34 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 00:34:24 +0000 (00:34 +0000)
commite005d71e4b5447df00e4b8e17d14b1fbcbf29196
tree29d1b02e5d922ad0dfbf553bd1eec5b559cb267b
parentbff2c565dfa467b7717b4b6f94c18787d48c4fea
uselistorder: Pull bit through BitcodeWriterPass

Now the callers of `BitcodeWriterPass` decide whether or not to preserve
bitcode use-list order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234959 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitcodeWriterPass.h
lib/Bitcode/Writer/BitcodeWriterPass.cpp
tools/llvm-extract/llvm-extract.cpp
tools/opt/NewPMDriver.cpp
tools/opt/NewPMDriver.h
tools/opt/opt.cpp