[flang-commits] [flang] 0f728a0 - [flang][hlfir][NFC] Fix typo

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Wed Jan 31 14:36:29 PST 2024


Author: Valentin Clement
Date: 2024-01-31T14:36:21-08:00
New Revision: 0f728a08bd005c132f9c79c4bb7316429a10a5bf

URL: https://github.com/llvm/llvm-project/commit/0f728a08bd005c132f9c79c4bb7316429a10a5bf
DIFF: https://github.com/llvm/llvm-project/commit/0f728a08bd005c132f9c79c4bb7316429a10a5bf.diff

LOG: [flang][hlfir][NFC] Fix typo

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/flang/include/flang/Optimizer/HLFIR/HLFIROps.td b/flang/include/flang/Optimizer/HLFIR/HLFIROps.td
index 254771ca1780c..753ede2112a47 100644
--- a/flang/include/flang/Optimizer/HLFIR/HLFIROps.td
+++ b/flang/include/flang/Optimizer/HLFIR/HLFIROps.td
@@ -32,7 +32,7 @@ class hlfir_Op<string mnemonic, list<Trait> traits>
 // generate code. All of the operations it can generate are modelled with
 // NoMemoryEffect. However, if hlfir.declare is given NoMemoryEffect, it can be
 // removed by dead code elimination if the value result is unused. Information
-// from the delclare operation can be used to generate debug information so we
+// from the declare operation can be used to generate debug information so we
 // don't want to remove it as dead code
 def hlfir_DeclareOp : hlfir_Op<"declare", [AttrSizedOperandSegments,
     MemoryEffects<[MemWrite<DebuggingResource>]>,


        


More information about the flang-commits mailing list