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:
dd298c8
)
Forward-declare templates for fix compilation when Argument.h is included first.
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 11 Mar 2004 23:42:24 +0000
(23:42 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 11 Mar 2004 23:42:24 +0000
(23:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12295
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Argument.h
patch
|
blob
|
history
diff --git
a/include/llvm/Argument.h
b/include/llvm/Argument.h
index ab4ee1bf0eba8f3f02b97d9ec22537c78a4f654e..d39c373b0a5893a2734f819c91dae3fc4cbe3bff 100644
(file)
--- a/
include/llvm/Argument.h
+++ b/
include/llvm/Argument.h
@@
-19,6
+19,10
@@
namespace llvm {
+template<typename SC> struct ilist_traits;
+template<typename ValueSubClass, typename ItemParentClass, typename SymTabClass,
+ typename SubClass> class SymbolTableListTraits;
+
class Argument : public Value { // Defined in the Function.cpp file
Function *Parent;