mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix spelling in comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user