mark getIntrinsicID() 'readonly'. This allows various classof methods
authorChris Lattner <sabre@nondot.org>
Sun, 15 Nov 2009 19:56:28 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Nov 2009 19:56:28 +0000 (19:56 +0000)
commit5415127330d3b3ccb91cc6fef196f066563740a9
tree3926daf8d9f32e1832731d44c2715bc4cc771e20
parent6f0c67d4ffbc9c47153cab94985a22699b699729
mark getIntrinsicID() 'readonly'.  This allows various classof methods
(like DbgDeclareInst's) to shrink substantially.  It sucks that we have
to pull Compiler.h into such a public header, but at least Compiler.h
doesn't pull anything else in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88863 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h