commit | 6fbe5fbce1f3ff901eb3685290e19f5973ff588a | [log] [tgz] |
---|---|---|
author | Guochun Shi <gshi1@uiuc.edu> | Sun Apr 06 23:56:19 2003 +0000 |
committer | Guochun Shi <gshi1@uiuc.edu> | Sun Apr 06 23:56:19 2003 +0000 |
tree | 5d7d1db0b4bff8eb368815ee710182fbf8160dc3 | |
parent | f9a88b684d8ca368ad51695c61a3580f4700da52 [diff] [blame] |
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
diff --git a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index 07fde3c..c411d14 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h +++ b/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 <iostream> using std::pair;