diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:19:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:19:31 +0000 |
| commit | 2c4e408ad31f6017e49f9b07f9fcf357458dca35 (patch) | |
| tree | cfc3f9ba30bca9695f9a9c9735a52104baf44de5 | |
| parent | eefb5654495c76aae0a7036cead44b369fcfff9b (diff) | |
| download | bcm5719-llvm-2c4e408ad31f6017e49f9b07f9fcf357458dca35.tar.gz bcm5719-llvm-2c4e408ad31f6017e49f9b07f9fcf357458dca35.zip | |
This file is never #included
llvm-svn: 8300
| -rw-r--r-- | llvm/include/llvm/CodeGen/StackSlots.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/include/llvm/CodeGen/StackSlots.h b/llvm/include/llvm/CodeGen/StackSlots.h deleted file mode 100644 index 77d439878bc..00000000000 --- a/llvm/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 |

