From 33db9bae15637ed1396f4e44dee69cccbbd6c6d1 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Sat, 21 Sep 2002 04:58:26 +0000 Subject: Initial version: it adds 2 empty slots at the top of stack git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3872 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/StackSlots.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/llvm/CodeGen/StackSlots.h (limited to 'include/llvm/CodeGen') diff --git a/include/llvm/CodeGen/StackSlots.h b/include/llvm/CodeGen/StackSlots.h new file mode 100644 index 0000000000..a8b69bb32a --- /dev/null +++ b/include/llvm/CodeGen/StackSlots.h @@ -0,0 +1,16 @@ +//===-- llvm/CodeGen/StackSots.h -------------------------------*- C++ -*--===// +// +// External interface to stack-slots pass that enters 2 empty slots +// at the top of each function stack +// +//===----------------------------------------------------------------------===// + +#ifndef LLVM_CODEGEN_STACKSLOTS_H +#define LLVM_CODEGEN_STACKSLOTS_H + +class TargetMachine; +class Pass; + +Pass *createStackSlotsPass(TargetMachine &Target); + +#endif -- cgit v1.2.3-70-g09d2