mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
SROA.cpp: Fix a warning, [-Wunused-variable]
llvm-svn: 165309
This commit is contained in:
parent
2ebde0e0fb
commit
4966e9a737
@ -710,6 +710,7 @@ private:
|
||||
= MemTransferPartitionMap.insert(std::make_pair(&II, NewIdx)).second;
|
||||
assert(Inserted &&
|
||||
"Already have intrinsic in map but haven't seen both ends");
|
||||
(void)Inserted;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user