diff options
| -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, |

