OSDN Git Service

Unused variable
authorAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:42:20 +0000 (22:42 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:42:20 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193819 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackMaps.cpp

index ffe4628..b9b652d 100644 (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");