diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-11-10 17:31:31 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-11-10 17:31:31 +0000 |
commit | 6abc75af4c57d0a10b925ed90a05dee49dae945d (patch) | |
tree | b6d602961a86eda1be6642ad263a4e38932b5b28 /lldb/scripts/Python/python-extensions.swig | |
parent | 45c40fff662be282df01f8d04fc8186871802461 (diff) | |
download | bcm5719-llvm-6abc75af4c57d0a10b925ed90a05dee49dae945d.tar.gz bcm5719-llvm-6abc75af4c57d0a10b925ed90a05dee49dae945d.zip |
ScopInfo: Introduce ArrayKind
Since 252422 we do not only distinguish two ScopArrayInfo kinds, PHI nodes
and others, but work with three kind of ScopArrayInfo objects. SCALAR, PHI and
ARRAY objects. Instead of keeping two boolean flags isPHI and isScalar and
wonder what an ScopArrayInfo object of kind (!isScalar && isPHI) is, we
list now explicitly the three different possible types of memory objects.
This change also allows us to remove the confusing nested pairs that have
been used in ArrayInfoMapTy.
llvm-svn: 252620
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions