We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150f252 commit c556b00Copy full SHA for c556b00
lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h
@@ -208,8 +208,7 @@ class LLVM_LIBRARY_VISIBILITY LinearLifetimeChecker::ErrorBuilder {
208
}
209
210
llvm::errs() << "Found ownership error?!\n";
211
- assert(0 && "triggering standard assertion failure routine");
212
- return true;
+ llvm_unreachable("triggering standard assertion failure routine");
213
214
};
215
0 commit comments