OSDN Git Service

[PM] Actually nest pass managers correctly when parsing the pass
authorChandler Carruth <chandlerc@gmail.com>
Sat, 11 Jan 2014 12:06:47 +0000 (12:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 11 Jan 2014 12:06:47 +0000 (12:06 +0000)
commit08be87bdfa834371299c590f6042671df3abfd8a
tree0f10d0ff37a4cf7ef0919437c54f7a0e4f89c007
parentb56749c3b7bd3867d5a500b9882decd957244620
[PM] Actually nest pass managers correctly when parsing the pass
pipeline string. Add tests that cover this now that we have execution
dumping in the pass managers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199005 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/pass-pipeline-parsing.ll
tools/opt/Passes.cpp