mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 19:20:23 +00:00
[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
This commit is contained in:
parent
6faab9d266
commit
0059dd4dd1
@ -137,7 +137,7 @@ private:
|
||||
typedef ValuePool<AllowedRegVector> AllowedRegVecPool;
|
||||
public:
|
||||
|
||||
typedef typename AllowedRegVecPool::PoolRef AllowedRegVecRef;
|
||||
typedef AllowedRegVecPool::PoolRef AllowedRegVecRef;
|
||||
|
||||
GraphMetadata(MachineFunction &MF,
|
||||
LiveIntervals &LIS,
|
||||
|
Loading…
Reference in New Issue
Block a user