projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517d811
)
Remove an unnecessary include. Now we won't have circular include
author
David Greene
<greened@obbligato.org>
Wed, 19 Aug 2009 23:00:07 +0000
(23:00 +0000)
committer
David Greene
<greened@obbligato.org>
Wed, 19 Aug 2009 23:00:07 +0000
(23:00 +0000)
problems later on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79487
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineFunctionPass.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineFunctionPass.h
b/include/llvm/CodeGen/MachineFunctionPass.h
index 60460afae7a8623da01be475da54de5e1a1de878..bac110316d4f306e2034314cb8b093bb1f8d4058 100644
(file)
--- a/
include/llvm/CodeGen/MachineFunctionPass.h
+++ b/
include/llvm/CodeGen/MachineFunctionPass.h
@@
-20,10
+20,11
@@
#define LLVM_CODEGEN_MACHINE_FUNCTION_PASS_H
#include "llvm/Pass.h"
-#include "llvm/CodeGen/MachineFunction.h"
namespace llvm {
+class MachineFunction;
+
/// MachineFunctionPass - This class adapts the FunctionPass interface to
/// allow convenient creation of passes that operate on the MachineFunction
/// representation. Instead of overriding runOnFunction, subclasses