summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 21:04:59 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 21:04:59 +0000
commit313ece8a3e8baad17c2c5bb4400f889ff72f7819 (patch)
treeb5ee1db4ca97a91dd7f40b00991cbceae31a48cd
parentfeb62c321e920aa9cac365e1ab5c630def195e8e (diff)
downloadbcm5719-llvm-313ece8a3e8baad17c2c5bb4400f889ff72f7819.tar.gz
bcm5719-llvm-313ece8a3e8baad17c2c5bb4400f889ff72f7819.zip
* Add tag so emacs knows it's a c++ file
* Remove frivolous flyers llvm-svn: 484
-rw-r--r--llvm/include/llvm/CodeGen/InstrScheduling.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/llvm/include/llvm/CodeGen/InstrScheduling.h b/llvm/include/llvm/CodeGen/InstrScheduling.h
index dbe9211dca5..d98f237d83a 100644
--- a/llvm/include/llvm/CodeGen/InstrScheduling.h
+++ b/llvm/include/llvm/CodeGen/InstrScheduling.h
@@ -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
OpenPOWER on IntegriCloud