[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)
commit7ecd99163c4ab06768f7987a32b921f8e15efa31
tree78c19870a3881daea1ec7b6495d19a99626e87ea
parent30d69c2e3681f2a422032bfaa3e085b17e948663
[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.

llvm-svn: 229095
llvm/examples/ExceptionDemo/ExceptionDemo.cpp
llvm/examples/Kaleidoscope/Chapter4/toy.cpp
llvm/examples/Kaleidoscope/Chapter5/toy.cpp
llvm/examples/Kaleidoscope/Chapter6/toy.cpp
llvm/examples/Kaleidoscope/Chapter7/toy.cpp
llvm/examples/Kaleidoscope/Chapter8/toy.cpp