summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 20:15:32 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 20:15:32 +0000
commit60d6e623ee7b0e39bac709efe7f05e4b191477b6 (patch)
tree74ebff8b0a634a01e9bd086c26e6d3cf28ac05d4 /llvm
parent8b583a229de0da0c3fa618f05301c142e4f0a880 (diff)
downloadbcm5719-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.h19
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
OpenPOWER on IntegriCloud