[llvm] r193819 - Unused variable

Andrew Trick atrick at apple.com
Thu Oct 31 15:42:21 PDT 2013


Author: atrick
Date: Thu Oct 31 17:42:20 2013
New Revision: 193819

URL: http://llvm.org/viewvc/llvm-project?rev=193819&view=rev
Log:
Unused variable

Modified:
    llvm/trunk/lib/CodeGen/StackMaps.cpp

Modified: llvm/trunk/lib/CodeGen/StackMaps.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/StackMaps.cpp?rev=193819&r1=193818&r2=193819&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/StackMaps.cpp (original)
+++ llvm/trunk/lib/CodeGen/StackMaps.cpp Thu Oct 31 17:42:20 2013
@@ -107,6 +107,7 @@ void StackMaps::serializeToStackMapSecti
 
   // Serialize data.
   const char *WSMP = "Stack Maps: ";
+  (void)WSMP;
   const MCRegisterInfo &MCRI = *OutContext.getRegisterInfo();
 
   DEBUG(dbgs() << "********** Stack Map Output **********\n");





More information about the llvm-commits mailing list