Silence GCC warning

llvm-svn: 202119
This commit is contained in:
Alexey Samsonov 2014-02-25 07:56:00 +00:00
parent 6d54611fd4
commit 26af6f7f1b
1 changed files with 1 additions and 1 deletions

View File

@ -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.