summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackMaps.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-10-31 22:42:20 +0000
committerAndrew Trick <atrick@apple.com>2013-10-31 22:42:20 +0000
commitc21d86f7ec002dd09387cba6fb781a2e3ef59bec (patch)
treed04d7d042a69157942739c64297a12406973fff1 /llvm/lib/CodeGen/StackMaps.cpp
parentfcf0c4e31a0692199cc47751939d813940c1cbbb (diff)
downloadbcm5719-llvm-c21d86f7ec002dd09387cba6fb781a2e3ef59bec.tar.gz
bcm5719-llvm-c21d86f7ec002dd09387cba6fb781a2e3ef59bec.zip
Unused variable
llvm-svn: 193819
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
-rw-r--r--llvm/lib/CodeGen/StackMaps.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/StackMaps.cpp b/llvm/lib/CodeGen/StackMaps.cpp
index ffe46288b9b..b9b652d98d6 100644
--- a/llvm/lib/CodeGen/StackMaps.cpp
+++ b/llvm/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");
OpenPOWER on IntegriCloud