mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
671a853991
commit
3a190f5e5e
@ -29,7 +29,9 @@
|
|||||||
#ifndef LLVM_CODEGEN_LIVEVARIABLES_H
|
#ifndef LLVM_CODEGEN_LIVEVARIABLES_H
|
||||||
#define LLVM_CODEGEN_LIVEVARIABLES_H
|
#define LLVM_CODEGEN_LIVEVARIABLES_H
|
||||||
|
|
||||||
|
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||||
|
#include "llvm/CodeGen/MachineInstr.h"
|
||||||
#include "llvm/ADT/BitVector.h"
|
#include "llvm/ADT/BitVector.h"
|
||||||
#include "llvm/ADT/DenseMap.h"
|
#include "llvm/ADT/DenseMap.h"
|
||||||
#include "llvm/ADT/SmallVector.h"
|
#include "llvm/ADT/SmallVector.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user