mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
983327b351
commit
98116f99b6
@ -9,7 +9,9 @@
|
||||
|
||||
#define DEBUG_TYPE "virtregrewriter"
|
||||
#include "VirtRegRewriter.h"
|
||||
#include "VirtRegMap.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
||||
#include "llvm/CodeGen/MachineFrameInfo.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||
|
@ -10,11 +10,10 @@
|
||||
#ifndef LLVM_CODEGEN_VIRTREGREWRITER_H
|
||||
#define LLVM_CODEGEN_VIRTREGREWRITER_H
|
||||
|
||||
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "VirtRegMap.h"
|
||||
|
||||
namespace llvm {
|
||||
class LiveIntervals;
|
||||
class MachineFunction;
|
||||
class VirtRegMap;
|
||||
|
||||
/// VirtRegRewriter interface: Implementations of this interface assign
|
||||
/// spilled virtual registers to stack slots, rewriting the code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user