From: Andrew Trick Date: Thu, 31 Oct 2013 22:42:20 +0000 (+0000) Subject: Unused variable X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=21cd360f521af405282effa0dd6743018385c9ce;p=oota-llvm.git Unused variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193819 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/StackMaps.cpp b/lib/CodeGen/StackMaps.cpp index ffe46288b9b..b9b652d98d6 100644 --- a/lib/CodeGen/StackMaps.cpp +++ b/lib/CodeGen/StackMaps.cpp @@ -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");