mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
This got merged into Passes.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cd3fe9c6d
commit
799e0802b2
@ -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
|
Loading…
Reference in New Issue
Block a user