mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Tidy spelling and grammar.
llvm-svn: 282672
This commit is contained in:
parent
531da1a084
commit
ab2ea32b33
@ -173,7 +173,7 @@ MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix,
|
||||
if (CanBeUnnamed && !UseNamesOnTempLabels)
|
||||
return createSymbolImpl(nullptr, true);
|
||||
|
||||
// Determine whether this is an user writter assembler temporary or normal
|
||||
// Determine whether this is a user written assembler temporary or normal
|
||||
// label, if used.
|
||||
bool IsTemporary = CanBeUnnamed;
|
||||
if (AllowTemporaryLabels && !IsTemporary)
|
||||
|
Loading…
x
Reference in New Issue
Block a user