[PM] Wire up support for printing assembly output from the opt command.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 05:16:45 +0000 (05:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 05:16:45 +0000 (05:16 +0000)
commit085c07f4ed04c075173d8dfb9aa0f258c933b898
tree3cd728a948f65d29070a535265118c7ba3eb0553
parent4a76032da63f0c9006336d9b9ab1074cf657b2c3
[PM] Wire up support for printing assembly output from the opt command.
This lets us round-trip IR in the expected manner with the opt tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199075 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/new-pass-manager.ll
tools/opt/NewPMDriver.cpp