1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Use a variable to appease a no-asserts bot, NFC

Failure URL:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/22836

llvm-svn: 335648
This commit is contained in:
Vedant Kumar 2018-06-26 18:55:26 +00:00
parent 6431dad8b9
commit 8d23cb549a

View File

@ -1721,6 +1721,7 @@ void llvm::insertReplacementDbgValues(
auto *I = DIB.insertDbgValueIntrinsic(&To, OldDII->getVariable(), Expr,
OldDII->getDebugLoc().get(),
&InsertBefore);
(void)I;
LLVM_DEBUG(dbgs() << "REPLACE: " << *I << '\n');
}
}