aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PseudoSourceValue.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-27 15:24:43 +0000
committerDan Gohman <gohman@apple.com>2008-08-27 15:24:43 +0000
commitebe1dbabc18c0d5f080392b0ec574cd638ec41e7 (patch)
treec34eeda4a0b2f71b769144d49f5c77dbe5b884e4 /include/llvm/CodeGen/PseudoSourceValue.h
parent39dfc2cb9c1fb53c8699cff033f6fa6c5b618e95 (diff)
downloadexternal_llvm-ebe1dbabc18c0d5f080392b0ec574cd638ec41e7.zip
external_llvm-ebe1dbabc18c0d5f080392b0ec574cd638ec41e7.tar.gz
external_llvm-ebe1dbabc18c0d5f080392b0ec574cd638ec41e7.tar.bz2
Unbreak PseudoSourceValue::print. This fixes -print-machine-instrs
and various other things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/PseudoSourceValue.h')
-rw-r--r--include/llvm/CodeGen/PseudoSourceValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h
index 7e805ab..dccf735 100644
--- a/include/llvm/CodeGen/PseudoSourceValue.h
+++ b/include/llvm/CodeGen/PseudoSourceValue.h
@@ -28,7 +28,7 @@ namespace llvm {
public:
PseudoSourceValue();
- void print(raw_ostream &OS) const;
+ virtual void print(raw_ostream &OS) const;
/// isConstant - Test whether this PseudoSourceValue has a constant value.
///