Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt

memory representation).

llvm-svn: 45297
This commit is contained in:
Ted Kremenek 2007-12-21 22:57:10 +00:00
parent 95416706ed
commit 908cff9fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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