Skip to content

Commit effd7ac

Browse files
committed
NFC
1 parent f60215f commit effd7ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/passes/OptimizeInstructions.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -2930,11 +2930,10 @@ struct OptimizeInstructions
29302930
Properties::getFallthrough(block, getPassOptions(), *getModule());
29312931
if (auto* c = fallthrough->dynCast<Const>()) {
29322932
Builder builder(*getModule());
2933-
auto ret = getDroppedChildrenAndAppend(
2933+
return getDroppedChildrenAndAppend(
29342934
binary,
29352935
LiteralUtils::makeFromInt32(
29362936
c->value.geti32(), Type::i32, *getModule()));
2937-
return ret;
29382937
}
29392938
}
29402939
if (auto* ext = Properties::getSignExtValue(binary)) {

0 commit comments

Comments
 (0)