MachineFunction.h now includes MachineBasicBlock.h in preparation for

list changes.

llvm-svn: 4321
This commit is contained in:
Chris Lattner 2002-10-28 02:01:06 +00:00
parent 85e7d46739
commit 2b2fbdf33c

View File

@ -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>