mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
change the include file names and some class names to make it compile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5764 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -11,6 +11,9 @@
|
||||
|
||||
#include "ModuloSchedGraph.h"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
using std::vector;
|
||||
|
||||
class ModuloScheduling:NonCopyable {
|
||||
private:
|
||||
@ -82,7 +85,7 @@ public:
|
||||
//*******************internel functions*******************************
|
||||
private:
|
||||
//clear memory from the last round and initialize if necessary
|
||||
void clearInitMem(const MachineSchedInfo& );
|
||||
void clearInitMem(const TargetSchedInfo& );
|
||||
|
||||
//compute schedule and coreSchedule with the current II
|
||||
bool computeSchedule();
|
||||
|
Reference in New Issue
Block a user