From c017a2c269d6efd759e22d5b4df3c4fb20772834 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 4 Aug 2004 07:34:57 +0000 Subject: [PATCH] Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, instead of InstrSelection.h, which is dead. llvm-svn: 15476 --- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index 1dda359ed719..8af926c0e7dd 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -17,7 +17,6 @@ #include "ModuloScheduling.h" #include "llvm/Instructions.h" #include "llvm/Function.h" -#include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/Passes.h" @@ -32,6 +31,7 @@ #include #include #include +#include "../../Target/SparcV9/SparcV9TmpInstr.h" #include "../../Target/SparcV9/SparcV9Internals.h" #include "../../Target/SparcV9/SparcV9RegisterInfo.h" using namespace llvm;