summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-24 05:13:53 +0000
committerChris Lattner <sabre@nondot.org>2005-03-24 05:13:53 +0000
commitd6888355fa68cc7d7de2ce97bc3ed4d40c1e877e (patch)
tree905014f7944b336ad0077032c9af282cee605f5b /llvm
parentfed2a42895de5b472b477d34d4a846eb68839d6c (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud