diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-03-18 20:39:54 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-03-18 20:39:54 +0000 |
| commit | c0bd5f8256b02a499bf8f4ebf259b472ae375707 (patch) | |
| tree | 395fa26a1eeb8b0dd38fdd70080694f500a64205 /llvm/lib/CodeGen | |
| parent | ce4a9445ec6d1126e3ab88d0037aa242689585e1 (diff) | |
| download | bcm5719-llvm-c0bd5f8256b02a499bf8f4ebf259b472ae375707.tar.gz bcm5719-llvm-c0bd5f8256b02a499bf8f4ebf259b472ae375707.zip | |
Fix for coding style.
llvm-svn: 204177
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
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; } |

