Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
authorChris Lattner <sabre@nondot.org>
Thu, 17 Jun 2004 18:16:02 +0000 (18:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Jun 2004 18:16:02 +0000 (18:16 +0000)
commit5dd04027c7133c358c16e8ec9a4bfca8788e3f90
treefd44eb633859570c476e206a99e25e55d64799d6
parentc2616625a3f36c87e8ee8b3b559267456907922c
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Delete two functions that are now methods on the Type class

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