projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6faab9d
)
[PBQP] Remove a spurious 'typename' keyword. This was causing an error on MSVC.
author
Lang Hames
<lhames@gmail.com>
Mon, 27 Oct 2014 17:59:51 +0000
(17:59 +0000)
committer
Lang Hames
<lhames@gmail.com>
Mon, 27 Oct 2014 17:59:51 +0000
(17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220690
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/RegAllocPBQP.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/RegAllocPBQP.h
b/include/llvm/CodeGen/RegAllocPBQP.h
index 9a5bd9fdbe1b56d567d30a977a7e930e0f9fe86e..540af08408816ba9d2a6903cb79ce25698253eb8 100644
(file)
--- a/
include/llvm/CodeGen/RegAllocPBQP.h
+++ b/
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,