Skip to content

Commit ea6e90d

Browse files
committed
sync with upstream
1 parent 4c40a24 commit ea6e90d

File tree

1 file changed

+0
-10
lines changed
  • flang/include/flang/Lower

1 file changed

+0
-10
lines changed

flang/include/flang/Lower/IO.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
///
9-
/// Experimental IO lowering to FIR + runtime. The Runtime design is under
10-
/// design.
11-
///
12-
/// FIXME This interface is also not final. Should it be based on parser::..
13-
/// nodes and lower expressions as needed or should it get every expression
14-
/// already lowered as mlir::Value? (currently second options, not sure it will
15-
/// provide enough information for complex IO statements).
16-
///
17-
//===----------------------------------------------------------------------===//
188

199
#ifndef FORTRAN_LOWER_IO_H
2010
#define FORTRAN_LOWER_IO_H

0 commit comments

Comments
 (0)