diff options
author | Alp Toker <alp@nuanti.com> | 2013-10-29 02:35:28 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-10-29 02:35:28 +0000 |
commit | 18a988e3a76eb0f8783d115618e48466854f5901 (patch) | |
tree | 2bf46df1ced5d7d1ba873db9e6a8943fcce1aa7b /include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h | |
parent | 8fea6c8315d12df811422acedc1017584b3ef2e5 (diff) | |
download | external_llvm-18a988e3a76eb0f8783d115618e48466854f5901.zip external_llvm-18a988e3a76eb0f8783d115618e48466854f5901.tar.gz external_llvm-18a988e3a76eb0f8783d115618e48466854f5901.tar.bz2 |
Fix "existant" typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h')
-rw-r--r-- | include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h b/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h index 54506cf..933c85c 100644 --- a/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +++ b/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h @@ -34,7 +34,7 @@ public: // We can preserve non-critical-edgeness when we unify function exit nodes virtual void getAnalysisUsage(AnalysisUsage &AU) const; - // getReturn|Unwind|UnreachableBlock - Return the new single (or nonexistant) + // getReturn|Unwind|UnreachableBlock - Return the new single (or nonexistent) // return, unwind, or unreachable basic blocks in the CFG. // BasicBlock *getReturnBlock() const { return ReturnBlock; } |