mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79478 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ed81416a7
commit
2a711e36da
@ -15,6 +15,7 @@
|
|||||||
#define DEBUG_TYPE "lazyliveness"
|
#define DEBUG_TYPE "lazyliveness"
|
||||||
#include "llvm/CodeGen/LazyLiveness.h"
|
#include "llvm/CodeGen/LazyLiveness.h"
|
||||||
#include "llvm/CodeGen/MachineDominators.h"
|
#include "llvm/CodeGen/MachineDominators.h"
|
||||||
|
#include "llvm/CodeGen/MachineFunction.h"
|
||||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||||
#include "llvm/CodeGen/Passes.h"
|
#include "llvm/CodeGen/Passes.h"
|
||||||
#include "llvm/ADT/DepthFirstIterator.h"
|
#include "llvm/ADT/DepthFirstIterator.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user