mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
Split Target/Machine.h into three files:
* Machine.h * InstInfo.h * SchedInfo.h TODO: Split out reg info stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
/*
|
||||
****************************************************************************
|
||||
/****************************************************************************
|
||||
* File:
|
||||
* SchedGraph.cpp
|
||||
*
|
||||
@ -18,12 +17,10 @@
|
||||
#include "llvm/Method.h"
|
||||
#include "llvm/CodeGen/SchedGraph.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Target/Machine.h"
|
||||
#include "llvm/Target/InstInfo.h"
|
||||
#include "llvm/Support/StringExtras.h"
|
||||
#include <algorithm>
|
||||
|
||||
//************************* Class Implementations **************************/
|
||||
|
||||
//
|
||||
// class SchedGraphEdge
|
||||
//
|
||||
|
Reference in New Issue
Block a user