forked from OSchip/llvm-project
Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt
memory representation). llvm-svn: 45297
This commit is contained in:
parent
95416706ed
commit
908cff9fa4
|
@ -32,7 +32,7 @@ class SimulVertex : public FoldingSetNode {
|
|||
|
||||
/// Location - The program edge representing the location in the function body
|
||||
/// that this vertex corresponds to.
|
||||
ProgramEdge Location;
|
||||
const ProgramEdge& Location;
|
||||
|
||||
/// State - The state associated with this vertex. Normally this value
|
||||
/// is immutable, but we anticipate there will be times when algorithms
|
||||
|
|
Loading…
Reference in New Issue