mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
SROA.cpp: Fix a warning, [-Wunused-variable]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c0278e14e
commit
0559d31c37
@ -710,6 +710,7 @@ private:
|
|||||||
= MemTransferPartitionMap.insert(std::make_pair(&II, NewIdx)).second;
|
= MemTransferPartitionMap.insert(std::make_pair(&II, NewIdx)).second;
|
||||||
assert(Inserted &&
|
assert(Inserted &&
|
||||||
"Already have intrinsic in map but haven't seen both ends");
|
"Already have intrinsic in map but haven't seen both ends");
|
||||||
|
(void)Inserted;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user