summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-01-30 03:34:02 +0000
committerJuergen Ributzka <juergen@apple.com>2014-01-30 03:34:02 +0000
commitd26c0e731ced4dfcb1dfe9c67b0822fe96d0ad6a (patch)
tree040894fc0c18d09dfdfec8693a253bcf998cb8c5 /include
parent2baaf25bf507f441a6d4580fe11dcb23a9ea0c1d (diff)
downloadllvm-d26c0e731ced4dfcb1dfe9c67b0822fe96d0ad6a.tar.gz
llvm-d26c0e731ced4dfcb1dfe9c67b0822fe96d0ad6a.tar.bz2
llvm-d26c0e731ced4dfcb1dfe9c67b0822fe96d0ad6a.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/StackMaps.h3
1 files changed, 0 insertions, 3 deletions
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 <map>
@@ -133,7 +132,6 @@ public:
private:
typedef SmallVector<Location, 8> LocationVec;
typedef SmallVector<LiveOutReg, 8> LiveOutVec;
- typedef MapVector<const MCSymbol *, uint32_t> FnStackSizeMap;
struct CallsiteInfo {
const MCExpr *CSOffsetExpr;
@@ -172,7 +170,6 @@ private:
AsmPrinter &AP;
CallsiteInfoList CSInfos;
ConstantPool ConstPool;
- FnStackSizeMap FnStackSize;
MachineInstr::const_mop_iterator
parseOperand(MachineInstr::const_mop_iterator MOI,