From 5e05ce6052acce6a12c4d2038b13c32008fce7f3 Mon Sep 17 00:00:00 2001 From: slinder1 Date: Fri, 24 Oct 2025 15:39:21 -0400 Subject: [PATCH] add comment Created using jj-spr 1.3.6-beta.1 --- llvm/lib/CodeGen/MIRParser/MIParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/MIRParser/MIParser.cpp b/llvm/lib/CodeGen/MIRParser/MIParser.cpp index 3618022d89bed..27cc7d9104837 100644 --- a/llvm/lib/CodeGen/MIRParser/MIParser.cpp +++ b/llvm/lib/CodeGen/MIRParser/MIParser.cpp @@ -2477,6 +2477,7 @@ bool MIParser::parseCFIOffset(int &Offset) { } bool MIParser::parseCFIUnsigned(unsigned &Value) { + // test if (getUnsigned(Value)) return true; lex();