add a comment line that got dropped

llvm-svn: 100638
This commit is contained in:
Chris Lattner 2010-04-07 18:10:38 +00:00
parent 2c88f8a8c4
commit 29233c0458
1 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,4 @@
//===-- AsmPrinter.cpp - Common AsmPrinter code ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
@ -44,11 +45,9 @@
#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");