We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bffb7 commit f1a87d4Copy full SHA for f1a87d4
llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
@@ -71,7 +71,7 @@ static cl::opt<bool> ErrorMissingParenthesis(
71
static cl::opt<bool> WarnSignedMismatch(
72
"mwarn-sign-mismatch",
73
cl::desc("Warn for mismatching a signed and unsigned value"),
74
- cl::init(true));
+ cl::init(false));
75
static cl::opt<bool> WarnNoncontigiousRegister(
76
"mwarn-noncontigious-register",
77
cl::desc("Warn for register names that arent contigious"), cl::init(true));
0 commit comments