1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

This file is never #included

llvm-svn: 8300
This commit is contained in:
Chris Lattner 2003-09-01 20:19:31 +00:00
parent 049f0b8b37
commit aeb98733eb

View File

@ -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