mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 02:33:53 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a5975f49f
commit
bcf9f00ed5
@ -1933,7 +1933,9 @@ FunctionPass *llvm::createVerifierPass(VerifierFailureAction action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// verifyFunction - Create
|
/// verifyFunction - Check a function for errors, printing messages on stderr.
|
||||||
|
/// Return true if the function is corrupt.
|
||||||
|
///
|
||||||
bool llvm::verifyFunction(const Function &f, VerifierFailureAction action) {
|
bool llvm::verifyFunction(const Function &f, VerifierFailureAction action) {
|
||||||
Function &F = const_cast<Function&>(f);
|
Function &F = const_cast<Function&>(f);
|
||||||
assert(!F.isDeclaration() && "Cannot verify external functions");
|
assert(!F.isDeclaration() && "Cannot verify external functions");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user