From ef08edcc9b52e5e9d6a0f588bd492b40a09d909b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cochard-Labb=C3=A9?= Date: Fri, 19 Apr 2019 19:43:49 +0200 Subject: [PATCH 1/2] Fix typo soruce -> source in PseudoSourceValue.h --- llvm/include/llvm/CodeGen/PseudoSourceValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/PseudoSourceValue.h b/llvm/include/llvm/CodeGen/PseudoSourceValue.h index fb431d361021e8..4b3cc9145a1347 100644 --- a/llvm/include/llvm/CodeGen/PseudoSourceValue.h +++ b/llvm/include/llvm/CodeGen/PseudoSourceValue.h @@ -122,7 +122,7 @@ class CallEntryPseudoSourceValue : public PseudoSourceValue { bool mayAlias(const MachineFrameInfo *) const override; }; -/// A specialized pseudo soruce value for holding GlobalValue values. +/// A specialized pseudo source value for holding GlobalValue values. class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue { const GlobalValue *GV; From cd10fbd7897fe5bc00055b9d835c374549f8f4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cochard-Labb=C3=A9?= Date: Fri, 19 Apr 2019 19:46:34 +0200 Subject: [PATCH 2/2] Fix typo: resoruces -> resources in TargetSchedule.td --- llvm/include/llvm/Target/TargetSchedule.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Target/TargetSchedule.td b/llvm/include/llvm/Target/TargetSchedule.td index cbfad5fcdeae14..a36d259df83176 100644 --- a/llvm/include/llvm/Target/TargetSchedule.td +++ b/llvm/include/llvm/Target/TargetSchedule.td @@ -135,7 +135,7 @@ class ProcResourceKind; // // An optional Super resource may be given to model these resources as // a subset of the more general super resources. Using one of these -// resources implies using one of the super resoruces. +// resources implies using one of the super resources. // // ProcResourceUnits normally model a few buffered resources within an // out-of-order engine. Buffered resources may be held for multiple