mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Pretty-printer: Paper over an ambiguity between line table entries
and tagged mdnodes. fixes http://llvm.org/bugs/show_bug.cgi?id=21131 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a740e5d8d6
commit
8ceff5c2b2
@ -1460,7 +1460,9 @@ void DIExpression::printInternal(raw_ostream &OS) const {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
// Else bail out early. This may be a line table entry.
|
||||
OS << "Unknown]";
|
||||
return;
|
||||
}
|
||||
OS << "]";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user