summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier/frameescape.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Verifier/frameescape.ll')
-rw-r--r--llvm/test/Verifier/frameescape.ll2
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
OpenPOWER on IntegriCloud