From f8cc9310c723ff08f4d7a82e8bc96e50d15db19c Mon Sep 17 00:00:00 2001 From: Eric Schweitz Date: Mon, 1 Jul 2019 09:10:49 -0700 Subject: [PATCH] [flang] Fix a typo in Extract_Value description. Original-commit: flang-compiler/f18@873a6678da233108621824fc9d354eb27cbe7982 Reviewed-on: https://github.com/flang-compiler/f18/pull/537 --- flang/documentation/Investigating-FIR-as-an-MLIR-dialect.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flang/documentation/Investigating-FIR-as-an-MLIR-dialect.md b/flang/documentation/Investigating-FIR-as-an-MLIR-dialect.md index 1326899..2932765 100644 --- a/flang/documentation/Investigating-FIR-as-an-MLIR-dialect.md +++ b/flang/documentation/Investigating-FIR-as-an-MLIR-dialect.md @@ -287,7 +287,8 @@ with the Global_Expr operation below. + _Extract_Value_ - This operation is similar to LLVM's GEP instruction. It allows the + This operation is similar to LLVM's `extractvalue` instruction. + It allows the extraction of a value from a composite structure, such as a standard tuple. -- 2.7.4