[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:
Eric Schweitz 2019-09-09 16:05:02 -07:00
parent 27e80ffd73
commit d6bfd9135c
1 changed files with 1 additions and 1 deletions

View File

@ -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;