add a comment line that got dropped
authorChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 18:10:38 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 18:10:38 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100638 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index ec9cfd57d121e1cd5fc6bcc286dbcc2288b20b89..df355c1d61ca0e27d10dd5656c5acf9b08946193 100644 (file)
@@ -1,3 +1,4 @@
+//===-- AsmPrinter.cpp - Common AsmPrinter code ---------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 #include "llvm/Support/Timer.h"
 using namespace llvm;
 
-namespace {
-  const char *DWARFGroupName = "DWARF Emission";
-  const char *DbgTimerName = "DWARF Debug Writer";
-  const char *EHTimerName = "DWARF Exception Writer";
-} // end anonymous namespace
+static const char *DWARFGroupName = "DWARF Emission";
+static const char *DbgTimerName = "DWARF Debug Writer";
+static const char *EHTimerName = "DWARF Exception Writer";
 
 STATISTIC(EmittedInsts, "Number of machine instrs printed");