Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 02:54:36 +0000 (02:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 02:54:36 +0000 (02:54 +0000)
commit80d94b88e1cdcffba477864f4d26ae80c2877ab7
tree78330ca81ff395666b3f4b4f37ff1993ba032978
parented6c073097ca83fe55b6eb9d1014e41f58c5ee34
Final fix for PR341: eliminate operator<<(ostream, Value*).  Clients should
now send references to ostreams instead of pointers.  Sending pointers to
ostreams will print their addresses.

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