Inline the fastpath of PATypeHolder::get(). This is a small speedup in
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2008 15:16:50 +0000 (15:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2008 15:16:50 +0000 (15:16 +0000)
commit3b12ab451924a356c190b23def44744573abe871
treedaeee2f146d5d9c495fb8070904a34d618f3422c
parent21066541ae22608106fa980bd90f9f6cc7cc8037
Inline the fastpath of PATypeHolder::get().  This is a small speedup in
instcombine among other things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54814 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/VMCore/Type.cpp