diff options
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SafeStack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SafeStack.cpp b/llvm/lib/CodeGen/SafeStack.cpp index ad2037a..f0667f7 100644 --- a/llvm/lib/CodeGen/SafeStack.cpp +++ b/llvm/lib/CodeGen/SafeStack.cpp @@ -898,7 +898,7 @@ public: bool ShouldPreserveDominatorTree; std::optional<DominatorTree> LazilyComputedDomTree; - // Do we already have a DominatorTree avaliable from the previous pass? + // Do we already have a DominatorTree available from the previous pass? // Note that we should *NOT* require it, to avoid the case where we end up // not needing it, but the legacy PM would have computed it for us anyways. if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) { |