summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2017-10-23 23:42:05 +0000
committerJustin Lebar <jlebar@google.com>2017-10-23 23:42:05 +0000
commit7fb124131cfe1d4c444539a799c2b84479b5dc8d (patch)
treec06b2088bcbcc1a4e3a7592026f5d0b4a1ec3b39
parent9df7fde269adf9173dd29031ba7582c36ddbbd9b (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud