ScopInfo: Do not track element-size as additional array size dimension [NFC]
authorTobias Grosser <tobias@grosser.es>
Tue, 2 Feb 2016 16:46:45 +0000 (16:46 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 2 Feb 2016 16:46:45 +0000 (16:46 +0000)
commit5d51afedd8b63b8822be538363d0ca911601acb4
tree4487dc0f36220a7097c903ca32ea9add7121bb58
parentbac108ac5ff645c772ec088a484767c9645b38ab
ScopInfo: Do not track element-size as additional array size dimension [NFC]

There is no need to pass the size of the elements as the last size dimension
to ScopArrayInfo. This information is already available through the ElementType.
Tracking it twice is not only redundant but may result in inconsistencies.

llvm-svn: 259521
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp