Go to file
Dan Gohman c0353bfff5 Give MachineMemOperand an operator<<, factoring out code from
two different places for printing MachineMemOperands.

Drop the virtual from Value::dump and instead give Value a
protected virtual hook that can be overridden by subclasses
to implement custom printing. This lets printing be more
consistent, and simplifies printing of PseudoSourceValue
values.

llvm-svn: 82599
2009-09-23 01:33:16 +00:00
clang Fix PR 4988 by removing an invalid assertion (a function can be referenced in 2009-09-23 01:30:01 +00:00
compiler-rt 1) Remove cmake-specific #define usage from the exported 2009-09-22 00:49:12 +00:00
llvm Give MachineMemOperand an operator<<, factoring out code from 2009-09-23 01:33:16 +00:00