[PM] Update the examples to reflect the removal of the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 10:21:05 +0000 (10:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 10:21:05 +0000 (10:21 +0000)
commit7ea33e53c78e6fb9ca96ece5a884d6e86e2f0e4f
tree513bf2486a0b30c34e6f29e3734d6581f530051e
parent417c5c172ce0d56105112481b1bcf0bc2fc011c2
[PM] Update the examples to reflect the removal of the
llvm/PassManager.h wrapper header and its using declarations. These now
directly use the legacy namespace.

I had updated the #include lines in my large commit but forgot that the
examples weren't being built and didn't update the code to use the
correct namespace. Sorry for the noise here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229095 91177308-0d34-0410-b5e6-96231b3b80d8
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/toy.cpp