diff options
Diffstat (limited to 'polly/lib/CodeGen/CodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index 84eafd844dc..ae4cf9b5e75 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -356,8 +356,7 @@ private: } IntegerType *ClastStmtCodeGen::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()); } const std::vector<std::string> &ClastStmtCodeGen::getParallelLoops() { |