mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Removed yet another std::ostream reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a85d2bb86b
commit
4d44081c8c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user