Fix for coding style.
authorEric Christopher <echristo@gmail.com>
Tue, 18 Mar 2014 20:39:54 +0000 (20:39 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 18 Mar 2014 20:39:54 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204177 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 6ea639f118fc66443aa6101025fc712ea780cc55..300de53ab38ba8d89d9a5c6dde921bd7c15d2fe5 100644 (file)
@@ -754,7 +754,7 @@ public:
   }
 
   /// \brief Return the TypeIdentifierMap.
-  const DITypeIdentifierMapgetTypeIdentifierMap() const {
+  const DITypeIdentifierMap &getTypeIdentifierMap() const {
     return TypeIdentifierMap;
   }