llvm-6502/include
Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an
operand into the Value interface just like the core print method is.
That gives a more conistent organization to the IR printing interfaces
-- they are all attached to the IR objects themselves. Also, update all
the users.

This removes the 'Writer.h' header which contained only a single function
declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198836 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-09 02:29:41 +00:00
..
llvm Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
llvm-c For the 'C' disassembler API, add a new ReferenceType for the 2014-01-06 22:08:08 +00:00