From: Eric Christopher Date: Mon, 26 Aug 2013 23:58:22 +0000 (+0000) Subject: Formatting. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fdaf0308c8d2d58dc156e553fb11947a0a3dfafb;p=oota-llvm.git Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189296 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 7713c027ad6..ecffb257025 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -100,25 +100,25 @@ public: ~CompileUnit(); // Accessors. - unsigned getUniqueID() const { return UniqueID; } + unsigned getUniqueID() const { return UniqueID; } uint16_t getLanguage() const { return DICompileUnit(Node).getLanguage(); } const MDNode *getNode() const { return Node; } - DIE* getCUDie() const { return CUDie.get(); } - unsigned getDebugInfoOffset() const { return DebugInfoOffset; } - const StringMap &getGlobalNames() const { return GlobalNames; } - const StringMap &getGlobalTypes() const { return GlobalTypes; } + DIE *getCUDie() const { return CUDie.get(); } + unsigned getDebugInfoOffset() const { return DebugInfoOffset; } + const StringMap &getGlobalNames() const { return GlobalNames; } + const StringMap &getGlobalTypes() const { return GlobalTypes; } - const StringMap > &getAccelNames() const { + const StringMap > &getAccelNames() const { return AccelNames; } - const StringMap > &getAccelObjC() const { + const StringMap > &getAccelObjC() const { return AccelObjC; } - const StringMap > &getAccelNamespace() const { + const StringMap > &getAccelNamespace() const { return AccelNamespace; } - const StringMap > > - &getAccelTypes() const { + const StringMap > > & + getAccelTypes() const { return AccelTypes; }