forked from OSchip/llvm-project
[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
llvm-svn: 220690
This commit is contained in:
parent
bfd1c3cfa5
commit
69fa70efb3
|
@ -137,7 +137,7 @@ private:
|
||||||
typedef ValuePool<AllowedRegVector> AllowedRegVecPool;
|
typedef ValuePool<AllowedRegVector> AllowedRegVecPool;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
typedef typename AllowedRegVecPool::PoolRef AllowedRegVecRef;
|
typedef AllowedRegVecPool::PoolRef AllowedRegVecRef;
|
||||||
|
|
||||||
GraphMetadata(MachineFunction &MF,
|
GraphMetadata(MachineFunction &MF,
|
||||||
LiveIntervals &LIS,
|
LiveIntervals &LIS,
|
||||||
|
|
Loading…
Reference in New Issue