mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Correct a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffa363c94b
commit
9f765dd0ee
@ -63,7 +63,7 @@ namespace llvm {
|
||||
bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
|
||||
};
|
||||
|
||||
// Partially specialize DenseMapInfo for DebugLocTyple.
|
||||
// Specialize DenseMapInfo for DebugLocTuple.
|
||||
template<> struct DenseMapInfo<DebugLocTuple> {
|
||||
static inline DebugLocTuple getEmptyKey() {
|
||||
return DebugLocTuple(0, ~0U, ~0U);
|
||||
|
Loading…
x
Reference in New Issue
Block a user