CuPBoP/compilation/KernelTranslation/include/init.h

8 lines
123 B
C
Raw Normal View History

#ifndef __NVVM2x86_INIT__
#define __NVVM2x86_INIT__
#include "llvm/IR/Module.h"
void init_block(llvm::Module *M);
#endif