summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-18 20:39:54 +0000
committerEric Christopher <echristo@gmail.com>2014-03-18 20:39:54 +0000
commit7f22dc90adfc6d589179bf3e4f3609bdc119f479 (patch)
treed6a642a7c2243e92a5aa08fc9f1b1d3d8de57e3e /lib
parent994c303f2488844f07d11e256f5332af041c0257 (diff)
downloadllvm-7f22dc90adfc6d589179bf3e4f3609bdc119f479.tar.gz
llvm-7f22dc90adfc6d589179bf3e4f3609bdc119f479.tar.bz2
llvm-7f22dc90adfc6d589179bf3e4f3609bdc119f479.tar.xz
Fix for coding style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 6ea639f118..300de53ab3 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;
}