Skip to content

Commit 918c6c3

Browse files
committed
SIL: Fix a -Wimplicit-fallthrough warning.
1 parent b6cf794 commit 918c6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SIL/IR/SILConstants.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void SymbolicValue::print(llvm::raw_ostream &os, unsigned indent) const {
7171
SmallVector<char, 0> stringFloatRepr;
7272
getFloatValue().toString(stringFloatRepr);
7373
os << "float: " << stringFloatRepr << "\n";
74+
return;
7475
}
7576
case RK_String:
7677
os << "string: \"" << getStringValue() << "\"\n";

0 commit comments

Comments
 (0)