Fix release build warnings about unused variables.

Swift SVN r23893
This commit is contained in:
Mark Lacey
2014-12-12 20:05:30 +00:00
parent 1c1535fbcb
commit 4a74e94b40
2 changed files with 2 additions and 0 deletions

View File

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