diff options
author | Justin Lebar <jlebar@google.com> | 2017-10-23 23:42:05 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2017-10-23 23:42:05 +0000 |
commit | 7fb124131cfe1d4c444539a799c2b84479b5dc8d (patch) | |
tree | c06b2088bcbcc1a4e3a7592026f5d0b4a1ec3b39 | |
parent | 9df7fde269adf9173dd29031ba7582c36ddbbd9b (diff) | |
download | bcm5719-llvm-7fb124131cfe1d4c444539a799c2b84479b5dc8d.tar.gz bcm5719-llvm-7fb124131cfe1d4c444539a799c2b84479b5dc8d.zip |
[PM] Fix Typo
Patch by Nick Sarnie.
llvm-svn: 316397
-rw-r--r-- | llvm/include/llvm/IR/PassManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/PassManager.h b/llvm/include/llvm/IR/PassManager.h index 577100c7af7..4f838a71951 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. |