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:
c0b90e7
)
Remove unneeded forward decl
author
Chris Lattner
<sabre@nondot.org>
Thu, 8 Nov 2001 20:54:51 +0000
(20:54 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 8 Nov 2001 20:54:51 +0000
(20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1216
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Function.h
patch
|
blob
|
history
diff --git
a/include/llvm/Function.h
b/include/llvm/Function.h
index a77deb6d7bcd3e5df0c8ddd73aec8ef320905d81..11e823be9ba569536f162ceeeef21004504f93bd 100644
(file)
--- a/
include/llvm/Function.h
+++ b/
include/llvm/Function.h
@@
-20,7
+20,6
@@
class BasicBlock;
class MethodArgument;
class MethodType;
class Module;
-class MachineCodeForMethod;
class Method : public GlobalValue, public SymTabValue {
public: