[llvm] [RemoveDIs] Print non-intrinsic debug info in textual IR output (PR #79281)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 08:59:01 PST 2024
================
@@ -4588,28 +4581,34 @@ void AssemblyWriter::printDPValue(const DPValue &Value) {
break;
default:
llvm_unreachable("Tried to print a DPValue with an invalid LocationType!");
- }
+ };
----------------
dwblaikie wrote:
new/unnecessary semicolon here?
https://github.com/llvm/llvm-project/pull/79281
More information about the llvm-commits
mailing list