diff options
| author | Sander de Smalen <sander.desmalen@arm.com> | 2018-09-03 10:23:34 +0000 |
|---|---|---|
| committer | Sander de Smalen <sander.desmalen@arm.com> | 2018-09-03 10:23:34 +0000 |
| commit | 0c78da51323bc8840aacd9e1bc115f8aff4172a4 (patch) | |
| tree | 4bbcbe3bca3b50dd3e8c915e0b7eb2caf42e1b3a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 83f63e42b2e15e4bc120253b9deae00a232a787d (diff) | |
Fix issue introduced by r341301 that broke buildbot.
A condition in isSpillInstruction() updates a small vector rather
than the 'FI' by-ref parameter, which was used in a subsequent
call to 'isSpillSlotObjectIndex()'. This patch fixes the condition
to check the FIs in the vector instead.
llvm-svn: 341305
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
