mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Format file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0ba28045f
commit
fe30f1f664
@ -1,22 +1,22 @@
|
||||
/* -*-C++-*-
|
||||
****************************************************************************
|
||||
* File:
|
||||
* SchedPriorities.h
|
||||
*
|
||||
* Purpose:
|
||||
* Encapsulate heuristics for instruction scheduling.
|
||||
*
|
||||
* Strategy:
|
||||
* Priority ordering rules:
|
||||
* (1) Max delay, which is the order of the heap S.candsAsHeap.
|
||||
* (2) Instruction that frees up a register.
|
||||
* (3) Instruction that has the maximum number of dependent instructions.
|
||||
* Note that rules 2 and 3 are only used if issue conflicts prevent
|
||||
* choosing a higher priority instruction by rule 1.
|
||||
*
|
||||
* History:
|
||||
* 7/30/01 - Vikram Adve - Created
|
||||
***************************************************************************/
|
||||
// $Id$ -*-C++-*-
|
||||
//***************************************************************************
|
||||
// File:
|
||||
// SchedPriorities.h
|
||||
//
|
||||
// Purpose:
|
||||
// Encapsulate heuristics for instruction scheduling.
|
||||
//
|
||||
// Strategy:
|
||||
// Priority ordering rules:
|
||||
// (1) Max delay, which is the order of the heap S.candsAsHeap.
|
||||
// (2) Instruction that frees up a register.
|
||||
// (3) Instruction that has the maximum number of dependent instructions.
|
||||
// Note that rules 2 and 3 are only used if issue conflicts prevent
|
||||
// choosing a higher priority instruction by rule 1.
|
||||
//
|
||||
// History:
|
||||
// 7/30/01 - Vikram Adve - Created
|
||||
//**************************************************************************/
|
||||
|
||||
#include "SchedPriorities.h"
|
||||
|
||||
|
@ -1,22 +1,22 @@
|
||||
/* -*-C++-*-
|
||||
****************************************************************************
|
||||
* File:
|
||||
* SchedPriorities.h
|
||||
*
|
||||
* Purpose:
|
||||
* Encapsulate heuristics for instruction scheduling.
|
||||
*
|
||||
* Strategy:
|
||||
* Priority ordering rules:
|
||||
* (1) Max delay, which is the order of the heap S.candsAsHeap.
|
||||
* (2) Instruction that frees up a register.
|
||||
* (3) Instruction that has the maximum number of dependent instructions.
|
||||
* Note that rules 2 and 3 are only used if issue conflicts prevent
|
||||
* choosing a higher priority instruction by rule 1.
|
||||
*
|
||||
* History:
|
||||
* 7/30/01 - Vikram Adve - Created
|
||||
***************************************************************************/
|
||||
// $Id$ -*-C++-*-
|
||||
//***************************************************************************
|
||||
// File:
|
||||
// SchedPriorities.h
|
||||
//
|
||||
// Purpose:
|
||||
// Encapsulate heuristics for instruction scheduling.
|
||||
//
|
||||
// Strategy:
|
||||
// Priority ordering rules:
|
||||
// (1) Max delay, which is the order of the heap S.candsAsHeap.
|
||||
// (2) Instruction that frees up a register.
|
||||
// (3) Instruction that has the maximum number of dependent instructions.
|
||||
// Note that rules 2 and 3 are only used if issue conflicts prevent
|
||||
// choosing a higher priority instruction by rule 1.
|
||||
//
|
||||
// History:
|
||||
// 7/30/01 - Vikram Adve - Created
|
||||
//**************************************************************************/
|
||||
|
||||
#include "SchedPriorities.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user