Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,

instead of InstrSelection.h, which is dead.

llvm-svn: 15476
This commit is contained in:
Brian Gaeke 2004-08-04 07:34:57 +00:00
parent e31a13ae07
commit c017a2c269
1 changed files with 1 additions and 1 deletions

View File

@ -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 <sstream>
#include <utility>
#include <vector>
#include "../../Target/SparcV9/SparcV9TmpInstr.h"
#include "../../Target/SparcV9/SparcV9Internals.h"
#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
using namespace llvm;