[flang] Return a missing result

Original-commit: flang-compiler/f18@04f9fd39b9
Reviewed-on: https://github.com/flang-compiler/f18/pull/419
This commit is contained in:
peter klausler 2019-04-18 14:27:59 -07:00
parent e58aa3837f
commit f832a4d3ee
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ std::optional<DummyDataObject> DummyDataObject::Characterize(
result.intent = common::Intent::InOut;
}
// TODO: acquire coshape when symbol table represents it
return result;
}
}
return std::nullopt;