aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/PseudoSourceValue.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/PseudoSourceValue.cpp b/lib/CodeGen/PseudoSourceValue.cpp
index 8c9de81..5247906 100644
--- a/lib/CodeGen/PseudoSourceValue.cpp
+++ b/lib/CodeGen/PseudoSourceValue.cpp
@@ -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;
}