mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
Fix style violation in BBVectorize (pointed out by Bill Wendling)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d0c478d95f
commit
05bc5087a2
@ -612,8 +612,8 @@ namespace {
|
|||||||
&& (T1->isFPOrFPVectorTy() || T2->isFPOrFPVectorTy()))
|
&& (T1->isFPOrFPVectorTy() || T2->isFPOrFPVectorTy()))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ((!Config.VectorizePointers || TD == 0)
|
if ((!Config.VectorizePointers || TD == 0) &&
|
||||||
&& (T1->getScalarType()->isPointerTy() ||
|
(T1->getScalarType()->isPointerTy() ||
|
||||||
T2->getScalarType()->isPointerTy()))
|
T2->getScalarType()->isPointerTy()))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user