Rely on the recursive check for pointer types rather than adding an
authorChandler Carruth <chandlerc@gmail.com>
Fri, 14 Sep 2012 10:30:44 +0000 (10:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 14 Sep 2012 10:30:44 +0000 (10:30 +0000)
commit01f85f02a426617e095143f1ac2c19c2e59ee76d
tree61330827471fe33e41a004f8f289d437e5d829dc
parentad41dcfd875e8d3421a5f0970b6a886b6e10b3b7
Rely on the recursive check for pointer types rather than adding an
explicit check before recursing. A simplification requested by Duncan
during review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp