Fix spelling in comment

This commit is contained in:
Arnold Schwaighofer
2024-11-08 15:58:38 -08:00
parent e07f4d4f85
commit 05db4f091e

View File

@@ -3786,7 +3786,7 @@ bool CompilerInvocation::parseArgs(
OPT_disable_aggressive_reg2mem,
SILOpts.UseAggressiveReg2MemForCodeSize);
// We ran into a LLVM backed instruction selection failure.
// We ran into an LLVM backend instruction selection failure.
// This is a workaround.
if (LangOpts.Target.isWasm())
SILOpts.UseAggressiveReg2MemForCodeSize = false;