mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
switch statistic over, remove misspelt comment.
llvm-svn: 32704
This commit is contained in:
parent
8896b6cb46
commit
127359ca33
@ -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