forked from OSchip/llvm-project
parent
7e5af6808c
commit
c6b12bd2b1
|
@ -118,7 +118,7 @@ private:
|
|||
|
||||
public:
|
||||
FoldingSetImpl();
|
||||
~FoldingSetImpl();
|
||||
virtual ~FoldingSetImpl();
|
||||
|
||||
// Forward declaration.
|
||||
class Node;
|
||||
|
@ -245,7 +245,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
}; // End of namespace llvm.
|
||||
} // End of namespace llvm.
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue