From: Dan Gohman Date: Wed, 27 Aug 2008 15:24:43 +0000 (+0000) Subject: Unbreak PseudoSourceValue::print. This fixes -print-machine-instrs X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebe1dbabc18c0d5f080392b0ec574cd638ec41e7;p=oota-llvm.git 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 --- diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h index 7e805ab5ecd..dccf735ed02 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. ///