No functionality change. Type::isSized() can be expensive, so avoid calling it
authorNick Lewycky <nicholas@mxc.ca>
Wed, 7 Mar 2012 02:27:53 +0000 (02:27 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 7 Mar 2012 02:27:53 +0000 (02:27 +0000)
commit891495e67607e7f1403bb8223fad652b8c2c1e72
tree8c72321f7a508d4dff78d2027728767c60ef321c
parent05d88f4fea6f7565d3d89ab2ac54e54e32fbc09a
No functionality change. Type::isSized() can be expensive, so avoid calling it
until after other inexpensive tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152195 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp