Remove rather oddly merged logic from AArch64 commit.
authorTim Northover <tnorthover@apple.com>
Fri, 2 Aug 2013 11:38:46 +0000 (11:38 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 2 Aug 2013 11:38:46 +0000 (11:38 +0000)
commit0389d883fc3614a419db65577a751f471186aacf
tree835b2f644bd450b141264c8ffd4a463a766f43a6
parentcf708c328422805ed56469f4d4db2edf255669a6
Remove rather oddly merged logic from AArch64 commit.

We seem to have ended up with both an inlined check of permitted NEON base
types and a call to a function.

Since the outer if was (I believe) strictly weaker than the one in the
function, there's no actual user-visible behaviour change, so no tests.

llvm-svn: 187652
clang/lib/Sema/SemaType.cpp