[flang] Fix a typo in Extract_Value description.
authorEric Schweitz <eschweitz@nvidia.com>
Mon, 1 Jul 2019 16:10:49 +0000 (09:10 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Mon, 1 Jul 2019 16:11:33 +0000 (09:11 -0700)
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

index 1326899..2932765 100644 (file)
@@ -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.