Skip to content

Commit f1a87d4

Browse files
committed
[hexagon] Turning off sign mismatch warning by default.
Patch-by: Colin Lemahieu <[email protected]> Differential Revision: https://reviews.llvm.org/D143531
1 parent b5bffb7 commit f1a87d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static cl::opt<bool> ErrorMissingParenthesis(
7171
static cl::opt<bool> WarnSignedMismatch(
7272
"mwarn-sign-mismatch",
7373
cl::desc("Warn for mismatching a signed and unsigned value"),
74-
cl::init(true));
74+
cl::init(false));
7575
static cl::opt<bool> WarnNoncontigiousRegister(
7676
"mwarn-noncontigious-register",
7777
cl::desc("Warn for register names that arent contigious"), cl::init(true));

0 commit comments

Comments
 (0)