@@ -876,7 +876,7 @@ def Wa_COMMA : CommaJoined<["-"], "Wa,">,
876
876
MetaVarName<"<arg>">;
877
877
def warning_suppression_mappings_EQ : Joined<["--"],
878
878
"warning-suppression-mappings=">, Group<Diag_Group>,
879
- HelpText<"File containing diagnostic suppresion mappings. See user manual "
879
+ HelpText<"File containing diagnostic suppression mappings. See user manual "
880
880
"for file format.">, Visibility<[ClangOption, CC1Option]>;
881
881
def Wall : Flag<["-"], "Wall">, Group<W_Group>, Flags<[HelpHidden]>,
882
882
Visibility<[ClangOption, CC1Option, FlangOption]>;
@@ -941,7 +941,7 @@ def Xarch__
941
941
target matches the specified architecture. This can be used with the target
942
942
CPU, triple architecture, or offloading host and device. It is most useful
943
943
for separating behavior undesirable on one of the targets when combining many
944
- compilation jobs, as is commong with offloading. For example, -Xarch_x86_64,
944
+ compilation jobs, as is common with offloading. For example, -Xarch_x86_64,
945
945
-Xarch_gfx90a, and -Xarch_device are all valid selectors. -Xarch_device will
946
946
forward the argument to the offloading device while -Xarch_host will target
947
947
the host system, which can be used to suppress incompatible GPU arguments.}]>,
@@ -1678,7 +1678,7 @@ def fsample_profile_use_profi : Flag<["-"], "fsample-profile-use-profi">,
1678
1678
HelpText<"Use profi to infer block and edge counts">,
1679
1679
DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
1680
1680
blocks caused by sampling, profile inference (profi) can convert
1681
- basic block counts to branch probabilites to fix them by extended
1681
+ basic block counts to branch probabilities to fix them by extended
1682
1682
and re-engineered classic MCMF (min-cost max-flow) approach.}]>;
1683
1683
def fno_profile_sample_accurate : Flag<["-"], "fno-profile-sample-accurate">, Group<f_Group>;
1684
1684
def fno_auto_profile : Flag<["-"], "fno-auto-profile">, Group<f_Group>,
0 commit comments