8 lines
151 B
C
8 lines
151 B
C
|
#ifndef __NVVM2x86_PERFORMANCE__
|
||
|
#define __NVVM2x86_PERFORMANCE__
|
||
|
|
||
|
#include "llvm/IR/Module.h"
|
||
|
|
||
|
void performance_optimization(llvm::Module *M);
|
||
|
#endif
|