diff options
Diffstat (limited to 'polly/lib/CodeGen/LoopGenerators.cpp')
-rw-r--r-- | polly/lib/CodeGen/LoopGenerators.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp index 98d2751503f..4edd01d81ac 100644 --- a/polly/lib/CodeGen/LoopGenerators.cpp +++ b/polly/lib/CodeGen/LoopGenerators.cpp @@ -180,8 +180,7 @@ void OMPGenerator::createCallLoopEndNowait() { } IntegerType *OMPGenerator::getIntPtrTy() { - // FIXME: This might need to get a proper address space. Hard code 0 for now. - return P->getAnalysis<DataLayout>().getIntPtrType(Builder.getContext(), 0u); + return P->getAnalysis<DataLayout>().getIntPtrType(Builder.getContext()); } Module *OMPGenerator::getModule() { |