]> granicus.if.org Git - llvm/commit
uselistorder: Pull the bit through PrintModulePass
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 02:38:06 +0000 (02:38 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 02:38:06 +0000 (02:38 +0000)
commit2c7f24d654e2852a5005dc965a9a253476500cdf
treee2d2e15a4aef4b1b271d24373e48e3ae9b10aefe
parent8b376eb892a4667beb08a0cc0f68d370b99e10a5
uselistorder: Pull the bit through PrintModulePass

Now the callers of `PrintModulePass()` (etc.) that care about use-list
order in assembly pass in the flag.

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