Write the LiveRangeUpdater X to stream OS.
Synopsis
Declared in <llvm/CodeGen/LiveInterval.h>
raw_ostream&
operator<<(
raw_ostream& OS,
LiveRangeUpdater const& X);
Return Value
Reference to OS.
Parameters
Name |
Description |
OS |
Output stream. |
X |
Updater whose pending state is printed. |
Created with MrDocs