diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-24 05:13:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-24 05:13:53 +0000 |
commit | d6888355fa68cc7d7de2ce97bc3ed4d40c1e877e (patch) | |
tree | 905014f7944b336ad0077032c9af282cee605f5b /llvm | |
parent | fed2a42895de5b472b477d34d4a846eb68839d6c (diff) | |
download | bcm5719-llvm-d6888355fa68cc7d7de2ce97bc3ed4d40c1e877e.tar.gz bcm5719-llvm-d6888355fa68cc7d7de2ce97bc3ed4d40c1e877e.zip |
Fix compilation errors, patch contributed by the fabulous Bill Wendling!
llvm-svn: 20808
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp b/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp index 7b4680ebe21..f106722fa89 100644 --- a/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp +++ b/llvm/lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp @@ -20,6 +20,7 @@ #include "../MachineCodeForInstruction.h" #include "llvm/BasicBlock.h" #include "llvm/Instructions.h" +#include "llvm/Type.h" #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Support/Debug.h" |