From 37fc0a8ae8eaf61bb2441a68378fbc835e1cc6bf Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Thu, 1 May 2014 22:39:26 +0000 Subject: [Stackmaps] Pacify windows buildbot. llvm-svn: 207807 --- llvm/lib/CodeGen/StackMaps.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/StackMaps.cpp b/llvm/lib/CodeGen/StackMaps.cpp index 3c694581ec1..1473fc184f8 100644 --- a/llvm/lib/CodeGen/StackMaps.cpp +++ b/llvm/lib/CodeGen/StackMaps.cpp @@ -33,6 +33,8 @@ using namespace llvm; static cl::opt StackMapVersion("stackmap-version", cl::init(1), cl::desc("Specify the stackmap encoding version (default = 1)")); +const char *StackMaps::WSMP = "Stack Maps: "; + PatchPointOpers::PatchPointOpers(const MachineInstr *MI) : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && @@ -472,6 +474,7 @@ void StackMaps::emitCallsiteEntries(MCStreamer &OS, /// Serialize the stackmap data. void StackMaps::serializeToStackMapSection() { + (void) WSMP; // Bail out if there's no stack map data. assert((!CSInfos.empty() || (CSInfos.empty() && ConstPool.empty())) && "Expected empty constant pool too!"); -- cgit v1.2.3