commit | 21cd360f521af405282effa0dd6743018385c9ce | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Thu Oct 31 22:42:20 2013 +0000 |
committer | Andrew Trick <atrick@apple.com> | Thu Oct 31 22:42:20 2013 +0000 |
tree | 0ae79d62653a0250451fdb0305ab641bfc06d10e | |
parent | 1a035dd6df1d953af57656491eda28ceef9ad4a3 [diff] [blame] |
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 ffe4628..b9b652d 100644 --- a/lib/CodeGen/StackMaps.cpp +++ b/lib/CodeGen/StackMaps.cpp
@@ -107,6 +107,7 @@ // Serialize data. const char *WSMP = "Stack Maps: "; + (void)WSMP; const MCRegisterInfo &MCRI = *OutContext.getRegisterInfo(); DEBUG(dbgs() << "********** Stack Map Output **********\n");