From d26c0e731ced4dfcb1dfe9c67b0822fe96d0ad6a Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Thu, 30 Jan 2014 03:34:02 +0000 Subject: Revert "[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic." This reverts commit r200444 to unbreak buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200445 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/StackMaps.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/llvm/CodeGen/StackMaps.h b/include/llvm/CodeGen/StackMaps.h index bd4c3db3d3..508606ac9b 100644 --- a/include/llvm/CodeGen/StackMaps.h +++ b/include/llvm/CodeGen/StackMaps.h @@ -11,7 +11,6 @@ #ifndef LLVM_STACKMAPS #define LLVM_STACKMAPS -#include "llvm/ADT/MapVector.h" #include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/MachineInstr.h" #include @@ -133,7 +132,6 @@ public: private: typedef SmallVector LocationVec; typedef SmallVector LiveOutVec; - typedef MapVector FnStackSizeMap; struct CallsiteInfo { const MCExpr *CSOffsetExpr; @@ -172,7 +170,6 @@ private: AsmPrinter ≈ CallsiteInfoList CSInfos; ConstantPool ConstPool; - FnStackSizeMap FnStackSize; MachineInstr::const_mop_iterator parseOperand(MachineInstr::const_mop_iterator MOI, -- cgit v1.2.3