Unused variable

llvm-svn: 193819
This commit is contained in:
Andrew Trick 2013-10-31 22:42:20 +00:00
parent fcf0c4e31a
commit c21d86f7ec
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ void StackMaps::serializeToStackMapSection() {
// Serialize data.
const char *WSMP = "Stack Maps: ";
(void)WSMP;
const MCRegisterInfo &MCRI = *OutContext.getRegisterInfo();
DEBUG(dbgs() << "********** Stack Map Output **********\n");