summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-10-27 17:59:51 +0000
committerLang Hames <lhames@gmail.com>2014-10-27 17:59:51 +0000
commit69fa70efb3bd27a0d21fbdcf57682224cbd55e9b (patch)
tree7947890565dbd29b7a6e9ac0ae87c0bbeba5d5b9
parentbfd1c3cfa556744c1ee356d931a31e67b4a89272 (diff)
downloadbcm5719-llvm-69fa70efb3bd27a0d21fbdcf57682224cbd55e9b.tar.gz
bcm5719-llvm-69fa70efb3bd27a0d21fbdcf57682224cbd55e9b.zip
[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
llvm-svn: 220690
-rw-r--r--llvm/include/llvm/CodeGen/RegAllocPBQP.h2
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,
OpenPOWER on IntegriCloud