summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/LTO/LTOInternalize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTOInternalize.cpp b/llvm/lib/LTO/LTOInternalize.cpp
index b81ab858611..69b2f5af758 100644
--- a/llvm/lib/LTO/LTOInternalize.cpp
+++ b/llvm/lib/LTO/LTOInternalize.cpp
@@ -52,7 +52,7 @@ private:
const TargetMachine &TM;
// Temps
- Mangler Mangler;
+ llvm::Mangler Mangler;
std::vector<StringRef> Libcalls;
// Output
OpenPOWER on IntegriCloud