aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 02:01:06 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 02:01:06 +0000
commit0551f542ab4c99420c6fbe471987f41d640ef170 (patch)
tree1f1563071cea8f858e2d3ab5d19b98d1c87761a6 /include/llvm/CodeGen/MachineFunction.h
parent506676de323b7ef16050ac6eb01712986234539d (diff)
MachineFunction.h now includes MachineBasicBlock.h in preparation for
list changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index 764cbab8f0..64cd4b5661 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/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>