forked from OSchip/llvm-project
parent
c8cbec2cbb
commit
238298acaf
|
@ -14,12 +14,7 @@
|
||||||
|
|
||||||
#include "ProfileInfo.h"
|
#include "ProfileInfo.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include <iostream>
|
#include <cstdio>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
enum ProfilingType {
|
enum ProfilingType {
|
||||||
|
|
Loading…
Reference in New Issue