mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +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:
parent
833ddf8430
commit
a8b8332e81
@ -57,9 +57,6 @@ namespace {
|
||||
|
||||
virtual bool isConstant(const MachineFrameInfo *MFI) const;
|
||||
|
||||
virtual void print(std::ostream &OS) const {
|
||||
OS << "FixedStack" << FI;
|
||||
}
|
||||
virtual void print(raw_ostream &OS) const {
|
||||
OS << "FixedStack" << FI;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user