mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Remove the std::ostream form of PseudoSourceValue's print,
which isn't needed anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -57,9 +57,6 @@ namespace {
|
|||||||
|
|
||||||
virtual bool isConstant(const MachineFrameInfo *MFI) const;
|
virtual bool isConstant(const MachineFrameInfo *MFI) const;
|
||||||
|
|
||||||
virtual void print(std::ostream &OS) const {
|
|
||||||
OS << "FixedStack" << FI;
|
|
||||||
}
|
|
||||||
virtual void print(raw_ostream &OS) const {
|
virtual void print(raw_ostream &OS) const {
|
||||||
OS << "FixedStack" << FI;
|
OS << "FixedStack" << FI;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user