[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220690 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2014-10-27 17:59:51 +00:00
parent 6faab9d266
commit 0059dd4dd1

View File

@ -137,7 +137,7 @@ private:
typedef ValuePool<AllowedRegVector> AllowedRegVecPool;
public:
typedef typename AllowedRegVecPool::PoolRef AllowedRegVecRef;
typedef AllowedRegVecPool::PoolRef AllowedRegVecRef;
GraphMetadata(MachineFunction &MF,
LiveIntervals &LIS,