File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class ScopeCloner {
94
94
const SILDebugScope *getOrCreateClonedScope (const SILDebugScope *OrigScope);
95
95
};
96
96
97
- // / A SILLocation together with a SILDebugScope.
97
+ // / A SILLocation paired with a SILDebugScope.
98
98
class SILDebugLocation : public SILAllocated <SILDebugLocation> {
99
99
SILLocation Location;
100
100
const SILDebugScope *Scope = nullptr ;
@@ -109,7 +109,7 @@ class SILDebugLocation : public SILAllocated<SILDebugLocation> {
109
109
}
110
110
};
111
111
112
- // / For use in a DenseMap.
112
+ // / Fingerprint a SILDebugLocation for use in a DenseMap.
113
113
typedef std::pair<std::pair<const void *, unsigned >, const void *> DebugLocKey;
114
114
struct SILDebugLocationID : public DebugLocKey {
115
115
SILDebugLocationID (const SILDebugLocation &L)
You can’t perform that action at this time.
0 commit comments