diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-12-21 09:09:39 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-12-21 09:09:39 +0000 |
commit | bfaf1ae30971a8f62341db03b77057be07b4799d (patch) | |
tree | 15d93649757217c5bb054d15fcdad788b4abdf9e /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 8c6c95ad81088b7b04677eb647c5a58af9467f12 (diff) | |
download | llvm-bfaf1ae30971a8f62341db03b77057be07b4799d.zip llvm-bfaf1ae30971a8f62341db03b77057be07b4799d.tar.gz llvm-bfaf1ae30971a8f62341db03b77057be07b4799d.tar.bz2 |
ScopInfo: Return in case we found an invalid array size
Without this return we still log the incorrect array size (and do not detect
this scop), but we would unnecessarily continue to verify that access functions
are affine. As we do not need to do this, we can return right ahead and
consequently safe compile time.
This issue was found by inspection.
llvm-svn: 256139
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions