summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-10 22:25:38 +0000
committerEric Christopher <echristo@gmail.com>2012-12-10 22:25:38 +0000
commit642630ef2baeeb84763bc30dbc2e8b154d54d200 (patch)
treec45bbd7efbe15c93c1dd56e4226f370bf6f3f6e9 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent9171fb9cfb25b2e2db64131c15b497de459f69fc (diff)
downloadllvm-642630ef2baeeb84763bc30dbc2e8b154d54d200.tar.gz
llvm-642630ef2baeeb84763bc30dbc2e8b154d54d200.tar.bz2
llvm-642630ef2baeeb84763bc30dbc2e8b154d54d200.tar.xz
Remove blank line at top of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 064452ca9e..72c4b34e55 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1,4 +1,3 @@
-
//===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
//
// The LLVM Compiler Infrastructure