[PM] Remove four extraneous 'typename's that Clang (in C++11 mode) is
authorChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 11:31:06 +0000 (11:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 11:31:06 +0000 (11:31 +0000)
commit9200d12fd52688cb34e4c17240f0549682699d3a
tree1ac53561c6d998f4678e08d1b9c309473d36839f
parent0dd9c5f9e4e1eb23d0aa1b703007be0911606ffd
[PM] Remove four extraneous 'typename's that Clang (in C++11 mode) is
happy with but GCC complains about. I'm assuming both compilers are
correct and these are optional in C++11 because I'm too tired to read
the standard. ;]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195748 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/PassManager.h