mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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
This commit is contained in:
parent
f7d4efb3ed
commit
57195d1321
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user