diff options
| author | Lang Hames <lhames@gmail.com> | 2014-10-27 17:59:51 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2014-10-27 17:59:51 +0000 |
| commit | 69fa70efb3bd27a0d21fbdcf57682224cbd55e9b (patch) | |
| tree | 7947890565dbd29b7a6e9ac0ae87c0bbeba5d5b9 | |
| parent | bfd1c3cfa556744c1ee356d931a31e67b4a89272 (diff) | |
| download | bcm5719-llvm-69fa70efb3bd27a0d21fbdcf57682224cbd55e9b.tar.gz bcm5719-llvm-69fa70efb3bd27a0d21fbdcf57682224cbd55e9b.zip | |
[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
llvm-svn: 220690
| -rw-r--r-- | llvm/include/llvm/CodeGen/RegAllocPBQP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/RegAllocPBQP.h b/llvm/include/llvm/CodeGen/RegAllocPBQP.h index 9a5bd9fdbe1..540af084088 100644 --- a/llvm/include/llvm/CodeGen/RegAllocPBQP.h +++ b/llvm/include/llvm/CodeGen/RegAllocPBQP.h @@ -137,7 +137,7 @@ private: typedef ValuePool<AllowedRegVector> AllowedRegVecPool; public: - typedef typename AllowedRegVecPool::PoolRef AllowedRegVecRef; + typedef AllowedRegVecPool::PoolRef AllowedRegVecRef; GraphMetadata(MachineFunction &MF, LiveIntervals &LIS, |

