mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
eliminate static ctors for Statistic objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32703 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -22,15 +22,12 @@
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/CodeGen/DwarfWriter.h"
|
||||
#include "llvm/CodeGen/MachineDebugInfo.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include <set>
|
||||
|
||||
|
||||
namespace llvm {
|
||||
|
||||
extern Statistic EmittedInsts;
|
||||
|
||||
// FIXME: Move this to CodeGen/AsmPrinter.h
|
||||
namespace PICStyle {
|
||||
enum X86AsmPICStyle {
|
||||
|
Reference in New Issue
Block a user