diff options
author | Guochun Shi <gshi1@uiuc.edu> | 2003-04-06 23:56:19 +0000 |
---|---|---|
committer | Guochun Shi <gshi1@uiuc.edu> | 2003-04-06 23:56:19 +0000 |
commit | b250dc6909a6291e8fcd51947535ccceb052972a (patch) | |
tree | ca8e7f916c9471544606fb8043a27888496a6909 /llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | |
parent | d31837154de99e8fda9bec80b47b51cf7a3e32e8 (diff) | |
download | bcm5719-llvm-b250dc6909a6291e8fcd51947535ccceb052972a.tar.gz bcm5719-llvm-b250dc6909a6291e8fcd51947535ccceb052972a.zip |
change the include file names and some class names to make it compile
llvm-svn: 5764
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index 07fde3ce1c5..c411d14e78d 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 <iostream> using std::pair; |