mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
switch statistic over, remove misspelt comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95b2c7da5e
commit
2edc43f02d
@ -12,10 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Globasl - Global variables we use
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "stacker"
|
||||
#include "llvm/PassManager.h"
|
||||
#include "llvm/Analysis/LoadValueNumbering.h"
|
||||
#include "llvm/Analysis/Verifier.h"
|
||||
@ -38,8 +35,7 @@ extern int Stackerparse();
|
||||
|
||||
StackerCompiler* StackerCompiler::TheInstance = 0;
|
||||
|
||||
static Statistic NumDefinitions(
|
||||
"numdefs","The # of definitions encoutered while compiling Stacker");
|
||||
STATISTIC(NumDefinitions, "The number of definitions encountered");
|
||||
|
||||
StackerCompiler::StackerCompiler()
|
||||
: CurFilename("")
|
||||
|
Loading…
x
Reference in New Issue
Block a user