mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
@@ -170,8 +170,9 @@ namespace llvm {
|
||||
void simple_display(raw_ostream &out, const Optional<T> &opt) {
|
||||
if (opt) {
|
||||
simple_display(out, *opt);
|
||||
} else {
|
||||
out << "None";
|
||||
}
|
||||
out << "None";
|
||||
}
|
||||
} // end namespace llvm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user