blob: 81601bfaaac91c85782ed9c769d96f412019c6f8 [file] [log] [blame]
#ifndef _INDIRECT_CALL_CHECKS_H_
#define _INDIRECT_CALL_CHECKS_H_
#include "safecode/Config/config.h"
#include "llvm/Pass.h"
namespace llvm {
ModulePass *createIndirectCallChecksPass();
}
#endif