mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
* Add tag so emacs knows it's a c++ file
* Remove frivolous flyers llvm-svn: 484
This commit is contained in:
parent
9aac44442d
commit
31e4c8874f
@ -1,4 +1,4 @@
|
||||
// $Id$
|
||||
// $Id$ -*- C++ -*-
|
||||
//***************************************************************************
|
||||
// File:
|
||||
// InstrScheduling.h
|
||||
@ -13,17 +13,13 @@
|
||||
#define LLVM_CODEGEN_INSTR_SCHEDULING_H
|
||||
|
||||
|
||||
//************************ User Include Files *****************************/
|
||||
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/CodeGen/TargetMachine.h"
|
||||
|
||||
//************************ Opaque Declarations*****************************/
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
|
||||
class Method;
|
||||
class SchedulingManager;
|
||||
class TargetMachine;
|
||||
|
||||
//************************ Exported Data Types *****************************/
|
||||
|
||||
// Debug option levels for instruction scheduling
|
||||
enum SchedDebugLevel_t {
|
||||
@ -36,11 +32,6 @@ enum SchedDebugLevel_t {
|
||||
extern cl::Enum<SchedDebugLevel_t> SchedDebugLevel;
|
||||
|
||||
|
||||
//************************** External Classes ******************************/
|
||||
|
||||
|
||||
//************************* External Functions *****************************/
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Function: ScheduleInstructionsWithSSA
|
||||
@ -80,7 +71,4 @@ bool ScheduleInstructions (Method* method,
|
||||
|
||||
bool instrIsFeasible (const SchedulingManager& S,
|
||||
MachineOpCode opCode);
|
||||
|
||||
//**************************************************************************/
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user