mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
MachineFunction.h now includes MachineBasicBlock.h in preparation for
list changes. llvm-svn: 4321
This commit is contained in:
parent
85e7d46739
commit
2b2fbdf33c
@ -9,7 +9,7 @@
|
||||
#ifndef LLVM_CODEGEN_MACHINEFUNCTION_H
|
||||
#define LLVM_CODEGEN_MACHINEFUNCTION_H
|
||||
|
||||
#include "llvm/Annotation.h"
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "Support/NonCopyable.h"
|
||||
#include "Support/HashExtras.h"
|
||||
#include <Support/hash_set>
|
||||
|
Loading…
x
Reference in New Issue
Block a user