summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunctionAnalysis.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-16 20:45:50 +0000
committerDan Gohman <gohman@apple.com>2009-11-16 20:45:50 +0000
commit21b8bddea55ff726108990263ee30072fcaa9d19 (patch)
tree1489c651ec1964296d08a26625d052da5438256e /include/llvm/CodeGen/MachineFunctionAnalysis.h
parent81344503bc7c450d5528b2c3dd4b065cdbe8fa33 (diff)
downloadllvm-21b8bddea55ff726108990263ee30072fcaa9d19.tar.gz
llvm-21b8bddea55ff726108990263ee30072fcaa9d19.tar.bz2
llvm-21b8bddea55ff726108990263ee30072fcaa9d19.tar.xz
Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunctionAnalysis.h')
-rw-r--r--include/llvm/CodeGen/MachineFunctionAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunctionAnalysis.h b/include/llvm/CodeGen/MachineFunctionAnalysis.h
index ab5440aef4..aa4cc9176b 100644
--- a/include/llvm/CodeGen/MachineFunctionAnalysis.h
+++ b/include/llvm/CodeGen/MachineFunctionAnalysis.h
@@ -15,11 +15,11 @@
#define LLVM_CODEGEN_MACHINE_FUNCTION_ANALYSIS_H
#include "llvm/Pass.h"
+#include "llvm/Target/TargetMachine.h"
namespace llvm {
class MachineFunction;
-class TargetMachine;
/// MachineFunctionAnalysis - This class is a Pass that manages a
/// MachineFunction object.