mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Drop spurious handle in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0821c72f11
commit
7f80b75b96
@ -1452,7 +1452,7 @@ static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) {
|
||||
if (!NewTy->isSingleValueType() || !OldTy->isSingleValueType())
|
||||
return false;
|
||||
|
||||
// We handle can convert pointers to integers and vice-versa. Same for vectors
|
||||
// We can convert pointers to integers and vice-versa. Same for vectors
|
||||
// of pointers and integers.
|
||||
OldTy = OldTy->getScalarType();
|
||||
NewTy = NewTy->getScalarType();
|
||||
|
Loading…
Reference in New Issue
Block a user