Move the pointer to be adjacent to the variable instead of the type.
No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202089
91177308-0d34-0410-b5e6-
96231b3b80d8
const TypedefType *TT = T->getAs<TypedefType>();
// Double and long long should be naturally aligned if possible.
- if (const ComplexType* CT = T->getAs<ComplexType>())
+ if (const ComplexType *CT = T->getAs<ComplexType>())
T = CT->getElementType().getTypePtr();
if (T->isSpecificBuiltinType(BuiltinType::Double) ||
T->isSpecificBuiltinType(BuiltinType::LongLong) ||