From: Brian Gaeke Date: Wed, 4 Aug 2004 07:34:57 +0000 (+0000) Subject: Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57195d1321d959b4745429f0d43f8724050829d1;p=oota-llvm.git Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, instead of InstrSelection.h, which is dead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15476 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index 1dda359ed71..8af926c0e7d 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/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; diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp index 1dda359ed71..8af926c0e7d 100644 --- a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp +++ b/lib/Target/SparcV9/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;