summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 6ea639f118f..300de53ab38 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -754,7 +754,7 @@ public:
}
/// \brief Return the TypeIdentifierMap.
- const DITypeIdentifierMap& getTypeIdentifierMap() const {
+ const DITypeIdentifierMap &getTypeIdentifierMap() const {
return TypeIdentifierMap;
}
OpenPOWER on IntegriCloud