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:
Chris Lattner 2006-12-19 23:03:41 +00:00
parent 95b2c7da5e
commit 2edc43f02d

View File

@ -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("")