From: Lang Hames Date: Mon, 27 Oct 2014 17:59:51 +0000 (+0000) Subject: [PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0059dd4dd1b567c79c05d781363e28da17088f0a [PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220690 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,