forked from OSchip/llvm-project
Class 'Environment' no longer should subclass llvm::FoldingSetNode.
Environment hasn't been uniqued in a FoldingSet for some time, so this was just wasting a pointer in GRState. llvm-svn: 73645
This commit is contained in:
parent
609df30929
commit
d0d4cfc8e7
|
@ -30,9 +30,8 @@ class EnvironmentManager;
|
||||||
class BasicValueFactory;
|
class BasicValueFactory;
|
||||||
class LiveVariables;
|
class LiveVariables;
|
||||||
|
|
||||||
class Environment : public llvm::FoldingSetNode {
|
class Environment {
|
||||||
private:
|
private:
|
||||||
|
|
||||||
friend class EnvironmentManager;
|
friend class EnvironmentManager;
|
||||||
|
|
||||||
// Type definitions.
|
// Type definitions.
|
||||||
|
|
Loading…
Reference in New Issue