1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

SparcRegInfo does NOT need anything about instruction scheduling.

llvm-svn: 1670
This commit is contained in:
Chris Lattner 2002-02-04 02:44:38 +00:00
parent 45cdd0fb0c
commit 8dcb5c3736

View File

@ -10,7 +10,6 @@
#include "llvm/Method.h"
#include "llvm/iTerminators.h"
#include "llvm/iOther.h"
#include "llvm/CodeGen/InstrScheduling.h"
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineCodeForMethod.h"
#include "llvm/CodeGen/PhyRegAlloc.h"