* Move casting stuff out to Support/Casting.h
authorChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 21:51:32 +0000 (21:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 21:51:32 +0000 (21:51 +0000)
commit42a695c2f2627a04b1fc8e2160d608c39f1dd6ac
tree1f640453ca0f0901ad19774377ff26b45a0255b7
parent12e8ad6858ccf3c0487c16297b6810fcc92d0026
* Move casting stuff out to Support/Casting.h
* Add top level virtual print function, disallows instantiating Value's
  directly.
* Provide operator<< for values here, instead of in Assembly/Writer.h

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