[PATCH] D23546: Remove excessive padding from LineNoCacheTy

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 12:28:18 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278838: Remove excessive padding from LineNoCacheTy (authored by d0k).

Changed prior to commit:
  https://reviews.llvm.org/D23546?vs=68153&id=68240#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23546

Files:
  llvm/trunk/lib/Support/SourceMgr.cpp

Index: llvm/trunk/lib/Support/SourceMgr.cpp
===================================================================
--- llvm/trunk/lib/Support/SourceMgr.cpp
+++ llvm/trunk/lib/Support/SourceMgr.cpp
@@ -26,8 +26,8 @@
 
 namespace {
   struct LineNoCacheTy {
-    unsigned LastQueryBufferID;
     const char *LastQuery;
+    unsigned LastQueryBufferID;
     unsigned LineNoOfQuery;
   };
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23546.68240.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160816/63529145/attachment.bin>


More information about the cfe-commits mailing list