blob: faa0349bc2c0e2856bd4d90fb1fe23b62c419af4 [file] [log] [blame]
#ifndef _INLINER_H_
#define _INLINER_H_
#include "llvm/Pass.h"
namespace vmkit {
class CompilationUnit;
llvm::FunctionPass* createFunctionInlinerPass(CompilationUnit* compiler, bool onlyAlwaysInline);
}
#endif