diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-07-25 12:47:25 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-07-25 12:47:25 +0000 |
| commit | 9855e8bd80d6b165e02af368658b54ef4ade5529 (patch) | |
| tree | a824c6d7b3ef29afca600493ecdfdf5f8b3fd5f7 | |
| parent | a71eedd4c5d25cde2221db83f0bbac14e91df50c (diff) | |
| download | bcm5719-llvm-9855e8bd80d6b165e02af368658b54ef4ade5529.tar.gz bcm5719-llvm-9855e8bd80d6b165e02af368658b54ef4ade5529.zip | |
GPURuntime: Fix typo in docu
llvm-svn: 276633
| -rw-r--r-- | polly/tools/GPURuntime/GPUJIT.h | 2 |
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_ */ |

