Skip to content

Commit 0f728a0

Browse files
committed
[flang][hlfir][NFC] Fix typo
1 parent 4eee045 commit 0f728a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/HLFIR/HLFIROps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class hlfir_Op<string mnemonic, list<Trait> traits>
3232
// generate code. All of the operations it can generate are modelled with
3333
// NoMemoryEffect. However, if hlfir.declare is given NoMemoryEffect, it can be
3434
// removed by dead code elimination if the value result is unused. Information
35-
// from the delclare operation can be used to generate debug information so we
35+
// from the declare operation can be used to generate debug information so we
3636
// don't want to remove it as dead code
3737
def hlfir_DeclareOp : hlfir_Op<"declare", [AttrSizedOperandSegments,
3838
MemoryEffects<[MemWrite<DebuggingResource>]>,

0 commit comments

Comments
 (0)