VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Dec 2012 07:25:24 +0000 (07:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Dec 2012 07:25:24 +0000 (07:25 +0000)
commit4cd0a82fbf0b624bb5925b711204451c2734007e
tree5577480e9273bb4d5579060d0702e3c622789495
parenta1514e24cc24b050f53a12650e047799358833a1
VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class template.

FIXME: I have not checked whether to be compiled on msvc11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169225 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/VMCore/PassManagerTest.cpp