CuPBoP/compilation/KernelTranslation/include/generate_x86_format.h

9 lines
163 B
C
Raw Normal View History

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