From: Justin Lebar Date: Mon, 23 Oct 2017 23:42:05 +0000 (+0000) Subject: [PM] Fix Typo X-Git-Tag: llvmorg-6.0.0-rc1~5097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fb124131cfe1d4c444539a799c2b84479b5dc8d;p=platform%2Fupstream%2Fllvm.git [PM] Fix Typo Patch by Nick Sarnie. llvm-svn: 316397 --- diff --git a/llvm/include/llvm/IR/PassManager.h b/llvm/include/llvm/IR/PassManager.h index 577100c7af73..4f838a719512 100644 --- a/llvm/include/llvm/IR/PassManager.h +++ b/llvm/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.