Skip to content

Commit da1e17d

Browse files
Simon Camphausenmgehre-amd
andcommitted
Apply suggestions from code review
Co-authored-by: Matthias Gehre <[email protected]>
1 parent 0c99818 commit da1e17d

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Dialect/EmitC/IR

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/EmitC/IR/EmitC.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def EmitC_LValueLoadOp : EmitC_Op<"lvalue_load", [
841841
"operand", "result",
842842
"::llvm::cast<LValueType>($_self).getValue()">
843843
]> {
844-
let summary = "load an lvalue by assigning it to a local variable";
844+
let summary = "Load an lvalue into an SSA value.";
845845
let description = [{}];
846846

847847
let arguments = (ins

0 commit comments

Comments
 (0)