mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Revert 239644.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31b680fa24
commit
8b8b72ef03
@ -636,9 +636,7 @@ bool Scalarizer::visitStoreInst(StoreInst &SI) {
|
||||
// Delete the instructions that we scalarized. If a full vector result
|
||||
// is still needed, recreate it using InsertElements.
|
||||
bool Scalarizer::finish() {
|
||||
// The presence of data in Gathered or Scattered indicates changes
|
||||
// made to the Function.
|
||||
if (Gathered.empty() && Scattered.empty())
|
||||
if (Gathered.empty())
|
||||
return false;
|
||||
for (GatherList::iterator GMI = Gathered.begin(), GME = Gathered.end();
|
||||
GMI != GME; ++GMI) {
|
||||
|
Loading…
Reference in New Issue
Block a user