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

llvm-svn: 220690
This commit is contained in:
Lang Hames 2014-10-27 17:59:51 +00:00
parent bfd1c3cfa5
commit 69fa70efb3
1 changed files with 1 additions and 1 deletions

View File

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