mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
expose a ctor
llvm-svn: 23924
This commit is contained in:
parent
48f3be3f64
commit
17f407da37
@ -11,6 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Analysis/Passes.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/Support/InstVisitor.h"
|
||||
@ -57,6 +58,8 @@ namespace {
|
||||
"Counts the various types of Instructions");
|
||||
}
|
||||
|
||||
FunctionPass *llvm::createInstCountPass() { return new InstCount(); }
|
||||
|
||||
// InstCount::run - This is the main Analysis entry point for a
|
||||
// function.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user