From b250dc6909a6291e8fcd51947535ccceb052972a Mon Sep 17 00:00:00 2001 From: Guochun Shi Date: Sun, 6 Apr 2003 23:56:19 +0000 Subject: change the include file names and some class names to make it compile llvm-svn: 5764 --- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h') diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index 07fde3c..c411d14 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h @@ -13,6 +13,7 @@ #include "../InstrSched/SchedGraphCommon.h" #include "llvm/Instruction.h" #include "llvm/Target/TargetMachine.h" +#include "llvm/Target/TargetInstrInfo.h" #include using std::pair; -- cgit v1.1