mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix speling in comments. NFC.
This commit is contained in:
parent
0c6cb0e360
commit
1ac4a188a1
@ -954,7 +954,7 @@ public:
|
||||
std::swap(*LHSB, *RHSB);
|
||||
continue;
|
||||
}
|
||||
// Swap separately and handle any assymetry.
|
||||
// Swap separately and handle any asymmetry.
|
||||
std::swap(LHSB->getFirst(), RHSB->getFirst());
|
||||
if (hasLHSValue) {
|
||||
::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond()));
|
||||
|
@ -44,7 +44,7 @@ STATISTIC(NumIndirectGlobalVars, "Number of indirect global objects");
|
||||
// An option to enable unsafe alias results from the GlobalsModRef analysis.
|
||||
// When enabled, GlobalsModRef will provide no-alias results which in extremely
|
||||
// rare cases may not be conservatively correct. In particular, in the face of
|
||||
// transforms which cause assymetry between how effective getUnderlyingObject
|
||||
// transforms which cause asymmetry between how effective getUnderlyingObject
|
||||
// is for two pointers, it may produce incorrect results.
|
||||
//
|
||||
// These unsafe results have been returned by GMR for many years without
|
||||
|
@ -1649,7 +1649,7 @@ void AArch64FrameLowering::emitEpilogue(MachineFunction &MF,
|
||||
// If the prologue didn't contain any SEH opcodes and didn't set the
|
||||
// MF.hasWinCFI() flag, assume the epilogue won't either, and skip the
|
||||
// EpilogStart - to avoid generating CFI for functions that don't need it.
|
||||
// (And as we didn't generate any prologue at all, it would be assymetrical
|
||||
// (And as we didn't generate any prologue at all, it would be asymmetrical
|
||||
// to the epilogue.) By the end of the function, we assert that
|
||||
// HasWinCFI is equal to MF.hasWinCFI(), to verify this assumption.
|
||||
HasWinCFI = true;
|
||||
|
Loading…
Reference in New Issue
Block a user