diff --git a/include/llvm/CodeGen/RegAllocPBQP.h b/include/llvm/CodeGen/RegAllocPBQP.h index 9a5bd9fdbe1..540af084088 100644 --- a/include/llvm/CodeGen/RegAllocPBQP.h +++ b/include/llvm/CodeGen/RegAllocPBQP.h @@ -137,7 +137,7 @@ private: typedef ValuePool AllowedRegVecPool; public: - typedef typename AllowedRegVecPool::PoolRef AllowedRegVecRef; + typedef AllowedRegVecPool::PoolRef AllowedRegVecRef; GraphMetadata(MachineFunction &MF, LiveIntervals &LIS,