From: Eric Christopher Date: Tue, 18 Mar 2014 20:39:54 +0000 (+0000) Subject: Fix for coding style. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f22dc90adfc6d589179bf3e4f3609bdc119f479;p=oota-llvm.git Fix for coding style. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204177 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 6ea639f118f..300de53ab38 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -754,7 +754,7 @@ public: } /// \brief Return the TypeIdentifierMap. - const DITypeIdentifierMap& getTypeIdentifierMap() const { + const DITypeIdentifierMap &getTypeIdentifierMap() const { return TypeIdentifierMap; }