[llvm] 26f1f6d - [llvm] fix typo in comment

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 07:31:09 PDT 2021


Author: Guillaume Chatelet
Date: 2021-06-17T14:30:52Z
New Revision: 26f1f6d0deaff4d718e32b8e97ea21968c506b60

URL: https://github.com/llvm/llvm-project/commit/26f1f6d0deaff4d718e32b8e97ea21968c506b60
DIFF: https://github.com/llvm/llvm-project/commit/26f1f6d0deaff4d718e32b8e97ea21968c506b60.diff

LOG: [llvm] fix typo in comment

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/MachineFrameInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/MachineFrameInfo.h b/llvm/include/llvm/CodeGen/MachineFrameInfo.h
index 355181f606eb5..28a59703dc608 100644
--- a/llvm/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/llvm/include/llvm/CodeGen/MachineFrameInfo.h
@@ -177,7 +177,7 @@ class MachineFrameInfo {
     /// If true, the object has been zero-extended.
     bool isZExt = false;
 
-    /// If true, the object has been zero-extended.
+    /// If true, the object has been sign-extended.
     bool isSExt = false;
 
     uint8_t SSPLayout;


        


More information about the llvm-commits mailing list