diff options
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
| -rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index 0d6f1b60b0c..076a94add20 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -998,7 +998,7 @@ GPUNodeBuilder::createLaunchParameters(ppcg_kernel *Kernel, Function *F, isl_id *Id = isl_space_get_tuple_id(Prog->array[i].space, isl_dim_set); const ScopArrayInfo *SAI = ScopArrayInfo::getFromId(Id); - Value *DevArray = DeviceAllocations[(ScopArrayInfo *)SAI]; + Value *DevArray = DeviceAllocations[const_cast<ScopArrayInfo *>(SAI)]; DevArray = createCallGetDevicePtr(DevArray); Instruction *Param = new AllocaInst( Builder.getInt8PtrTy(), Launch + "_param_" + std::to_string(Index), |

