forked from OSchip/llvm-project
[flang] fix name of argument
Original-commit: flang-compiler/f18@ad50545941 Reviewed-on: https://github.com/flang-compiler/f18/pull/696 Tree-same-pre-rewrite: false
This commit is contained in:
parent
27e80ffd73
commit
d6bfd9135c
|
@ -43,7 +43,7 @@ public:
|
|||
llvm::StringRef rawData, mlir::Location loc) const override;
|
||||
void printType(mlir::Type ty, llvm::raw_ostream &os) const override;
|
||||
|
||||
mlir::Attribute parseAttribute(llvm::StringRef attrData, mlir::Type type,
|
||||
mlir::Attribute parseAttribute(llvm::StringRef rawText, mlir::Type type,
|
||||
mlir::Location loc) const override;
|
||||
void printAttribute(
|
||||
mlir::Attribute attr, llvm::raw_ostream &os) const override;
|
||||
|
|
Loading…
Reference in New Issue