mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
add a comment line that got dropped
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1ceecefac
commit
c0561f29a8
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user