forked from OSchip/llvm-project
parent
52a1dd76cb
commit
a7e11a5d34
|
@ -453,7 +453,7 @@ bool Vectorizer::isVectorizable(ArrayRef<Value *> Chain,
|
|||
" Aliasing instruction and pointer:\n"
|
||||
<< *V << " aliases " << *Ptr0 << '\n'
|
||||
<< " Aliased instruction and pointer:\n"
|
||||
<< *VV << " aliases " << *Ptr1 << '\n'
|
||||
<< *VV << " aliases " << *Ptr1 << '\n';
|
||||
});
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue