Skip to content

Commit

Permalink
switch statistic over, remove misspelt comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32704 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Dec 19, 2006
1 parent 95b2c7d commit 2edc43f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions projects/Stacker/lib/compiler/StackerCompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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("")
Expand Down

0 comments on commit 2edc43f

Please sign in to comment.