[PATCH] D38248: [X86] Correct byte offsets and data types in a comment. NFC.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 23:09:56 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL314275: [X86] Correct byte offsets and data types in a comment. NFC. (authored by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D38248?vs=116592&id=116763#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38248

Files:
  llvm/trunk/test/CodeGen/X86/sjlj-eh.ll


Index: llvm/trunk/test/CodeGen/X86/sjlj-eh.ll
===================================================================
--- llvm/trunk/test/CodeGen/X86/sjlj-eh.ll
+++ llvm/trunk/test/CodeGen/X86/sjlj-eh.ll
@@ -24,11 +24,11 @@
 
 ;     struct _Unwind_FunctionContext {
 ; +00   struct _Unwind_FunctionContext *prev;   -64(%ebp)
-; +04   uintptr_t __callsite;                   -60(%ebp)
-; +08   uintptr_t __buffer[4];                  -44(%ebp)
-; +28   __personality_routine __personality;    -40(%ebp)
-; +32   uintptr_t __lsda;                       -36(%ebp)
-; +36   void *__jbuf[];                         -32(%ebp)
+; +04   uint32_t __callsite;                    -60(%ebp)
+; +08   uint32_t __buffer[4];                   -56(%ebp)
+; +24   __personality_routine __personality;    -40(%ebp)
+; +28   uintptr_t __lsda;                       -36(%ebp)
+; +32   void *__jbuf[];                         -32(%ebp)
 ;     };
 
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38248.116763.patch
Type: text/x-patch
Size: 925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170927/aa448d16/attachment.bin>


More information about the llvm-commits mailing list