llvm-project/llvm/include
Chandler Carruth d48cdbf0c3 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.

llvm-svn: 198836
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