From: Eric Christopher Date: Mon, 10 Dec 2012 22:25:38 +0000 (+0000) Subject: Remove blank line at top of file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=642630ef2baeeb84763bc30dbc2e8b154d54d200;p=oota-llvm.git Remove blank line at top of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169779 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 064452ca9e2..72c4b34e55a 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