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)
commitfbcf29bc5af991c4d4ffa511eaeb8fbfccd439b1
treeef4e5e02c8841ce36afb476f8a204d568698b24c
parent47d5614967e9b756d4fb3408c8eae99b980fc7af
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

llvm-svn: 281907
clang/lib/AST/ExprConstant.cpp