forked from OSchip/llvm-project
[flang] Update comment to reflect that STORAGE_SIZE is implemented.
Original-commit: flang-compiler/f18@3c2431bbf8 Reviewed-on: https://github.com/flang-compiler/f18/pull/723
This commit is contained in:
parent
c1c83477ed
commit
654a86a277
|
@ -693,7 +693,7 @@ static const IntrinsicInterface genericIntrinsicFunction[]{
|
|||
// NUM_IMAGES, STOPPED_IMAGES, TEAM_NUMBER, THIS_IMAGE,
|
||||
// COSHAPE
|
||||
// TODO: Object characteristic inquiry functions
|
||||
// EXTENDS_TYPE_OF, IS_CONTIGUOUS, SAME_TYPE, STORAGE_SIZE
|
||||
// EXTENDS_TYPE_OF, IS_CONTIGUOUS, SAME_TYPE
|
||||
// TODO: Type inquiry intrinsic functions - these return constants
|
||||
// DIGITS, NEW_LINE
|
||||
// TODO: Non-standard intrinsic functions
|
||||
|
|
Loading…
Reference in New Issue