mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix release build warnings about unused variables.
Swift SVN r23893
This commit is contained in:
@@ -1080,6 +1080,7 @@ protected:
|
||||
if (BB == StartBB) {
|
||||
// The cloned start node shares the same dominator as the original node.
|
||||
auto *ClonedNode = DomTree.addNewBlock(ClonedBB, OrigDom->getBlock());
|
||||
(void) ClonedNode;
|
||||
assert(ClonedNode);
|
||||
} else {
|
||||
// Otherwise, map the dominator structure using the mapped block.
|
||||
|
||||
Reference in New Issue
Block a user