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:
parent
049f0b8b37
commit
aeb98733eb
@ -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
|
Loading…
Reference in New Issue
Block a user