[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
authorLang Hames <lhames@gmail.com>
Mon, 27 Oct 2014 17:59:51 +0000 (17:59 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 27 Oct 2014 17:59:51 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220690 91177308-0d34-0410-b5e6-96231b3b80d8

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,