diff options
-rw-r--r-- | include/llvm/CodeGen/LiveInterval.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 830baedda4..921c5572b9 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -63,9 +63,6 @@ namespace llvm { /// Print this index to the given raw_ostream. void print(raw_ostream &os) const; - /// Print this index to the given std::ostream. - void print(std::ostream &os) const; - /// Compare two MachineInstrIndex objects for equality. bool operator==(MachineInstrIndex other) const { return ((index & ~PHI_BIT) == (other.index & ~PHI_BIT)); |