switch statistic over, remove misspelt comment.

llvm-svn: 32704
This commit is contained in:
Chris Lattner 2006-12-19 23:03:41 +00:00
parent 8896b6cb46
commit 127359ca33

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