micro optimization: isSizedDerivedType is only called with arrays, vectors and structs.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 6 Dec 2013 20:12:19 +0000 (20:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 6 Dec 2013 20:12:19 +0000 (20:12 +0000)
commit3221b5bd23ed14b381b29652b1756ef7e40e7f02
tree7fb9af5679ab4abca6911c087c0794ed3f044315
parent08e03ce70fc39005971fc956476dfd99c75ad4b9
micro optimization: isSizedDerivedType is only called with arrays, vectors and structs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196604 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Type.cpp