diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp b/contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp index 9be6de693ee3..2117527a64f0 100644 --- a/contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp +++ b/contrib/llvm-project/llvm/lib/IR/SafepointIRVerifier.cpp @@ -6,9 +6,9 @@ // //===----------------------------------------------------------------------===// // -// Run a sanity check on the IR to ensure that Safepoints - if they've been -// inserted - were inserted correctly. In particular, look for use of -// non-relocated values after a safepoint. It's primary use is to check the +// Run a basic correctness check on the IR to ensure that Safepoints - if +// they've been inserted - were inserted correctly. In particular, look for use +// of non-relocated values after a safepoint. It's primary use is to check the // correctness of safepoint insertion immediately after insertion, but it can // also be used to verify that later transforms have not found a way to break // safepoint semenatics. |
