Delete some unnecessary code
authorTobias Grosser <tobias@grosser.es>
Wed, 29 Oct 2014 22:09:54 +0000 (22:09 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 29 Oct 2014 22:09:54 +0000 (22:09 +0000)
commitab23c9e724bd18c0c78c2b03d337af9ececc1664
treedc2c04d7456bb91311061d5b64a0a786d8a55bf7
parentb28ed015ce7d2a873716307d9a63301a93e53415
Delete some unnecessary code

Originally we have needed this code to map the isl_id of an array to its base
pointer. However, as now the isl_id contains a reference to the array itself we
obtain the base pointer from this isl_id and we do not need to add this
information to the IDToValue map.

llvm-svn: 220876
polly/lib/CodeGen/IslCodeGeneration.cpp