mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Forward-declare templates for fix compilation when Argument.h is included first.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd298c8c6e
commit
a7a805ef98
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user