From f45e433f0bf848bc0df60e420c50f0fc3c7ce1e0 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 23 Oct 2017 23:42:05 +0000 Subject: [PATCH] [PM] Fix Typo Patch by Nick Sarnie. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316397 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/PassManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h index 577100c7af7..4f838a71951 100644 --- a/include/llvm/IR/PassManager.h +++ b/include/llvm/IR/PassManager.h @@ -470,7 +470,7 @@ public: //IR.getContext().yield(); } - // Invaliadtion was handled after each pass in the above loop for the + // Invalidation was handled after each pass in the above loop for the // current unit of IR. Therefore, the remaining analysis results in the // AnalysisManager are preserved. We mark this with a set so that we don't // need to inspect each one individually. -- 2.40.0