From: Eric Christopher Date: Tue, 11 Jun 2013 23:41:38 +0000 (+0000) Subject: Formatting. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d1862958cf644def478efed355f577855f3ba57;p=oota-llvm.git Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h index 887f1e4eace..c29144d9ce2 100644 --- a/lib/CodeGen/AsmPrinter/DIE.h +++ b/lib/CodeGen/AsmPrinter/DIE.h @@ -274,7 +274,7 @@ namespace llvm { /// getValue - Get MCSymbol. /// - const MCSymbol *getValue() const { return Label; } + const MCSymbol *getValue() const { return Label; } /// SizeOf - Determine size of label value in bytes. ///