diff options
| author | Mandeep Singh Grang <mgrang@quicinc.com> | 2019-02-21 20:04:20 +0000 |
|---|---|---|
| committer | Mandeep Singh Grang <mgrang@quicinc.com> | 2019-02-21 20:04:20 +0000 |
| commit | 096fae32b369519d413952ec1a64687f45a4e2fc (patch) | |
| tree | a20fecb0a0ade28172e59d82d55c629fa296a3d2 /llvm/test/Verifier | |
| parent | d2d3244363b705dc8edfff2a7cabf8433cf76fc5 (diff) | |
| download | bcm5719-llvm-096fae32b369519d413952ec1a64687f45a4e2fc.tar.gz bcm5719-llvm-096fae32b369519d413952ec1a64687f45a4e2fc.zip | |
[llvm] Fix typo: 's/ ot / to /' [NFC]
llvm-svn: 354614
Diffstat (limited to 'llvm/test/Verifier')
| -rw-r--r-- | llvm/test/Verifier/frameescape.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Verifier/frameescape.ll b/llvm/test/Verifier/frameescape.ll index 074098b990d..c03134159db 100644 --- a/llvm/test/Verifier/frameescape.ll +++ b/llvm/test/Verifier/frameescape.ll @@ -66,4 +66,4 @@ define internal void @n(i8* %fp) { call i8* @llvm.localrecover(i8* bitcast(void ()* @m to i8*), i8* %fp, i32 1) ret void } -; CHECK: all indices passed to llvm.localrecover must be less than the number of arguments passed ot llvm.localescape in the parent function +; CHECK: all indices passed to llvm.localrecover must be less than the number of arguments passed to llvm.localescape in the parent function |

