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 ffe46288b9bef29aa4a4c6b612ff015bfbce57f5..b9b652d98d6798b1d575b48a46d3df4407630ce7 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");