summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-06-11 23:41:38 +0000
committerEric Christopher <echristo@gmail.com>2013-06-11 23:41:38 +0000
commit1d1862958cf644def478efed355f577855f3ba57 (patch)
treedbbe221b151ffcab9585b9508eb7c8dcd702213a /lib
parent0001acc13cd751a8bc6049abb7afbc9161d096d0 (diff)
downloadllvm-1d1862958cf644def478efed355f577855f3ba57.tar.gz
llvm-1d1862958cf644def478efed355f577855f3ba57.tar.bz2
llvm-1d1862958cf644def478efed355f577855f3ba57.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 887f1e4eac..c29144d9ce 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.
///