diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-30 20:15:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-30 20:15:32 +0000 |
| commit | 60d6e623ee7b0e39bac709efe7f05e4b191477b6 (patch) | |
| tree | 74ebff8b0a634a01e9bd086c26e6d3cf28ac05d4 /llvm | |
| parent | 8b583a229de0da0c3fa618f05301c142e4f0a880 (diff) | |
| download | bcm5719-llvm-60d6e623ee7b0e39bac709efe7f05e4b191477b6.tar.gz bcm5719-llvm-60d6e623ee7b0e39bac709efe7f05e4b191477b6.zip | |
This got merged into Passes.h
llvm-svn: 8796
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/RegisterAllocation.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/include/llvm/CodeGen/RegisterAllocation.h b/llvm/include/llvm/CodeGen/RegisterAllocation.h deleted file mode 100644 index 60d0df511ac..00000000000 --- a/llvm/include/llvm/CodeGen/RegisterAllocation.h +++ /dev/null @@ -1,19 +0,0 @@ -//===-- CodeGen/RegisterAllocation.h - RegAlloc Pass ------------*- C++ -*-===// -// -// This pass register allocates a module, a method at a time. -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_CODEGEN_REGISTERALLOCATION_H -#define LLVM_CODEGEN_REGISTERALLOCATION_H - -class FunctionPass; -class TargetMachine; - -//---------------------------------------------------------------------------- -// Entry point for register allocation for a module -//---------------------------------------------------------------------------- - -FunctionPass *getRegisterAllocator(TargetMachine &T); - -#endif |

