]> granicus.if.org Git - clang/commit
Remove excessive padding from the struct CallStackFrame
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Mon, 19 Sep 2016 15:57:29 +0000 (15:57 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Mon, 19 Sep 2016 15:57:29 +0000 (15:57 +0000)
commit4e150257075024ae0040647268e6ec33f4ebe797
treef3fcd540f762690074d4a66484bc75196120ba61
parent14ebecf1b1fe06e58d0e61b10a0cabeb72878efe
Remove excessive padding from the struct CallStackFrame

The struct CallStackFrame is in lib/AST/ExprConstant.cpp
inside anonymous namespace.
This diff reorders the fields and removes excessive padding.
Test plan: make -j8 check-clang

Differential revision: https://reviews.llvm.org/D23901

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281907 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp