mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 19:19:26 +00:00
Remove a prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba16b7a8d3
commit
41e087c7e6
@ -70,11 +70,6 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
FunctionPass *createLinearScanRegisterAllocator();
|
FunctionPass *createLinearScanRegisterAllocator();
|
||||||
|
|
||||||
/// IterativeScanRegisterAllocation Pass - This pass implements the iterative
|
|
||||||
/// scan register allocation algorithm, a global register allocator.
|
|
||||||
///
|
|
||||||
FunctionPass *createIterativeScanRegisterAllocator();
|
|
||||||
|
|
||||||
/// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
|
/// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
|
||||||
/// and eliminates abstract frame references.
|
/// and eliminates abstract frame references.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user