diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-19 09:28:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-19 09:28:34 +0000 |
commit | a07e4f5b0f330c099320a5f5807c1b7331bb972a (patch) | |
tree | 97d7aa0668b2e069f6f90cc97d7790064c7d9217 /llvm/lib/CodeGen/AsmPrinter/DIEHash.h | |
parent | 65132a8c2c027faefb5b9900174fc0315d9ff985 (diff) | |
download | bcm5719-llvm-a07e4f5b0f330c099320a5f5807c1b7331bb972a.tar.gz bcm5719-llvm-a07e4f5b0f330c099320a5f5807c1b7331bb972a.zip |
Formatting and 80-col.
llvm-svn: 195122
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIEHash.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h index f0c4ef98bb7..bac3c557844 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h @@ -136,7 +136,8 @@ private: StringRef Name); /// \brief Hashes a reference to a previously referenced type DIE. - void hashRepeatedTypeReference(dwarf::Attribute Attribute, unsigned DieNumber); + void hashRepeatedTypeReference(dwarf::Attribute Attribute, + unsigned DieNumber); void hashNestedType(const DIE &Die, StringRef Name); |