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