[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
[oota-llvm.git] / include / llvm / CodeGen / RegAllocPBQP.h
index 9a5bd9fdbe1b56d567d30a977a7e930e0f9fe86e..540af08408816ba9d2a6903cb79ce25698253eb8 100644 (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,