mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 11:36:10 +00:00
Remove a pointless assignment. Nothing checks the value of VectorTy anymore now
unless ScalarKind is Vector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6596e2edc
commit
aab3ea244c
@ -384,7 +384,6 @@ void ConvertToScalarInfo::MergeInTypeForLoadOrStore(const Type *In,
|
||||
// Otherwise, we have a case that we can't handle with an optimized vector
|
||||
// form. We can still turn this into a large integer.
|
||||
ScalarKind = Integer;
|
||||
VectorTy = 0;
|
||||
}
|
||||
|
||||
/// MergeInVectorType - Handles the vector case of MergeInTypeForLoadOrStore,
|
||||
|
Loading…
x
Reference in New Issue
Block a user