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 | 6fbe5fbce1f3ff901eb3685290e19f5973ff588a (patch) | |
tree | 5d7d1db0b4bff8eb368815ee710182fbf8160dc3 /lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h | |
parent | f9a88b684d8ca368ad51695c61a3580f4700da52 (diff) |
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
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r-- | lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h b/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h index 07fde3ce1c..c411d14e78 100644 --- a/lib/Target/SparcV9/ModuloScheduling/ModuloSchedGraph.h +++ b/lib/Target/SparcV9/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; |