summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
Diffstat (limited to 'polly')
-rw-r--r--polly/tools/GPURuntime/GPUJIT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/tools/GPURuntime/GPUJIT.h b/polly/tools/GPURuntime/GPUJIT.h
index dd70aff78bc..0ded86b2e3c 100644
--- a/polly/tools/GPURuntime/GPUJIT.h
+++ b/polly/tools/GPURuntime/GPUJIT.h
@@ -84,5 +84,5 @@ void polly_setKernelParameters(PollyGPUFunction *Kernel, int BlockWidth,
int BlockHeight, PollyGPUDevicePtr *DevData);
void polly_launchKernel(PollyGPUFunction *Kernel, int GridWidth,
int GridHeight);
-void free_Context(PollyGPUContext *Context);
+void polly_freeContext(PollyGPUContext *Context);
#endif /* GPUJIT_H_ */
OpenPOWER on IntegriCloud