| Index: lib/Transforms/NaCl/PromoteIntegers.cpp
|
| diff --git a/lib/Transforms/NaCl/PromoteIntegers.cpp b/lib/Transforms/NaCl/PromoteIntegers.cpp
|
| index e7c8a8a8fa44e0d4f73417527b2413fb78c8c0f4..13348ec1ec606ffcf0d0137283644b3ea8d23766 100644
|
| --- a/lib/Transforms/NaCl/PromoteIntegers.cpp
|
| +++ b/lib/Transforms/NaCl/PromoteIntegers.cpp
|
| @@ -715,7 +715,7 @@ bool PromoteIntegers::ensureCompliantSignature(
|
|
|
| auto Found = DISubprogramMap.find(OldFct);
|
| if (Found != DISubprogramMap.end())
|
| - Found->second.replaceFunction(NewFct);
|
| + Found->second->replaceFunction(NewFct);
|
|
|
| return true;
|
| }
|
|
|