diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:01:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:01:06 +0000 |
commit | fdbcbf57bb1383fef6841963f279225c1beab1ea (patch) | |
tree | 61864d8c9775610683981912b1a8eda34af0d2b7 | |
parent | 07c9059e723ca1b3e5936fa7cb90974490b7042c (diff) | |
download | bcm5719-llvm-fdbcbf57bb1383fef6841963f279225c1beab1ea.tar.gz bcm5719-llvm-fdbcbf57bb1383fef6841963f279225c1beab1ea.zip |
MachineFunction.h now includes MachineBasicBlock.h in preparation for
list changes.
llvm-svn: 4321
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h index 764cbab8f06..64cd4b56618 100644 --- a/llvm/include/llvm/CodeGen/MachineFunction.h +++ b/llvm/include/llvm/CodeGen/MachineFunction.h @@ -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> |