[PATCH] D84585: Fix a comment error in stack object part

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 25 06:42:37 PDT 2020


StephenFan created this revision.
StephenFan added reviewers: MatzeB, chandlerc, dblaikie, gchatelet.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84585

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


Index: llvm/include/llvm/CodeGen/MachineFrameInfo.h
===================================================================
--- llvm/include/llvm/CodeGen/MachineFrameInfo.h
+++ llvm/include/llvm/CodeGen/MachineFrameInfo.h
@@ -176,7 +176,7 @@
     /// 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;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84585.280673.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200725/2556c329/attachment.bin>


More information about the llvm-commits mailing list