Skip to content

Commit 12243fc

Browse files
committed
a;asdklf;jasdf
1 parent 625d113 commit 12243fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/smack/SmackInstGenerator.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -893,10 +893,7 @@ void SmackInstGenerator::visitIntrinsicInst(llvm::IntrinsicInst &ii) {
893893
//
894894
// Nothing is done with this to prevent warnings about this intrinsic
895895
// being unsoundly modeled.
896-
static const auto assume =
897-
[this](CallInst *ci) {
898-
return;
899-
};
896+
static const auto assume = [this](CallInst *ci) { return; };
900897

901898
//(CallInst -> Void) -> [Flags] -> (CallInst -> Void)
902899
static const auto conditionalModel =

0 commit comments

Comments
 (0)