mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Silence GCC warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202119 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf930d5c1f
commit
31c756b374
@ -2448,7 +2448,7 @@ private:
|
||||
uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset);
|
||||
|
||||
bool IsDest = &II.getRawDestUse() == OldUse;
|
||||
assert(IsDest && II.getRawDest() == OldPtr ||
|
||||
assert((IsDest && II.getRawDest() == OldPtr) ||
|
||||
(!IsDest && II.getRawSource() == OldPtr));
|
||||
|
||||
// Compute the relative offset within the transfer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user