OSDN Git Service

Speed up TypesEqual by specializing it for all of the derived types, avoiding
authorChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 14:55:56 +0000 (14:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 14:55:56 +0000 (14:55 +0000)
commit5af41974c3876ce02950ff9d371330ef0826603d
tree5225264b1118e3258c81dbca5e8a0c65b6b65d21
parentf0d9273af7079c3057d62689babf8e61cbbc3eaa
Speed up TypesEqual by specializing it for all of the derived types, avoiding
a lot of virtual method dispatch overhead.

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