aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/StackSlots.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/StackSlots.h')
-rw-r--r--include/llvm/CodeGen/StackSlots.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/llvm/CodeGen/StackSlots.h b/include/llvm/CodeGen/StackSlots.h
deleted file mode 100644
index 77d439878b..0000000000
--- a/include/llvm/CodeGen/StackSlots.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//===-- 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 Pass;
-class TargetMachine;
-Pass *createStackSlotsPass(const TargetMachine &TM);
-
-#endif