mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 08:37:45 +00:00
TopLevelMap[] reference is a pointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aedc3ec1e2
commit
a84f3d9a97
@ -139,7 +139,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
V lookup(const K &Key) {
|
V lookup(const K &Key) {
|
||||||
return TopLevelMap[Key].getValue();
|
return TopLevelMap[Key]->getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
void insert(const K &Key, const V &Val) {
|
void insert(const K &Key, const V &Val) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user