Skip to content

Commit 150f252

Browse files
committed
Add explicit return true
1 parent 0d44dad commit 150f252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SIL/Verifier/LinearLifetimeCheckerPrivate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ class LLVM_LIBRARY_VISIBILITY LinearLifetimeChecker::ErrorBuilder {
209209

210210
llvm::errs() << "Found ownership error?!\n";
211211
assert(0 && "triggering standard assertion failure routine");
212+
return true;
212213
}
213214
};
214215

0 commit comments

Comments
 (0)