Now that setcondinst has been eliminated, we can mark Value::SubclassID
authorChris Lattner <sabre@nondot.org>
Thu, 4 Jan 2007 02:15:37 +0000 (02:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Jan 2007 02:15:37 +0000 (02:15 +0000)
commit70d8d121eaa3a3982022f7146113416f9b3f26c1
tree6d54c62649ff674bfbae5a6abad8e47294820434
parent898b2d52f9802fb8d9c426fa1c7e28c91cf2b1d8
Now that setcondinst has been eliminated, we can mark Value::SubclassID
const and remove the ugly mutator methods.

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